-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The widget currently executes its training logic on the main JavaScript thread. This blocks the UI during training, resulting in noticeable lag and unresponsiveness.
It would be better to offloaded the training to a Web Worker to ensure that the user experience is not impacted during the training.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request