Dask client should be optional
Open
enhancement
GUI
- Dominant language
- Jupyter Notebook
- Stars
- 32
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Currently, a dask client / cluster connection is needed for fitting.
However, it should be possible to not use this but instead do the fitting in a the same thread (blocking)
ThreadPoolExecutor is an option but was found to be very slow for PyTorch fitting
Contributor guide
Assessment
This issue has not been assessed yet.