Dask client should be optional
Offen
enhancement
GUI
- Vorherrschende Sprache
- Jupyter Notebook
- Sterne
- 32
- Forks
- 14
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Rechercherichtung
No file or test is named. Start by locating the fitting entry point and tracing where the Dask client is required, then assess how a blocking same-thread mode could coexist with the current execution options. Done means fitting works without a Dask connection and the behavior is covered by tests without regressing existing fitting.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- pytorch
- Bereich
- machine-learning
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100