HumanSignal / HumanSignal/label-studio
ML backend state not showing TRAINING
Open
ML
problem
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
**Describe the bug**
When training a model, ML backend state is set to MLBackendState.CONNECTED instead of TRAINING. Not sure if this is expected behavior though.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to /settings/ml
2. Click Start Training
3. Reload page?
**Expected behavior**
ML backend state should be TRAINING
**Additional context**
update_state() does not account for training
https://github.com/heartexlabs/label-studio/blob/f4fb29083cec2784839210277b02319ff00cc79c/label_studio/ml/models.py#L103-L115
Contributor guide
Assessment
This issue has not been assessed yet.