HumanSignal / HumanSignal/label-studio-ml-backend
How do I load model after the training is complete ?
Open
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 490
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 3
Description
fit method is being invoked every time a call is made and job results were successful but when the next prediction happens self.train_output is always blank. Any pointers on how to get self.train_output
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the backend's fit and prediction entry points, focusing on when self.train_output is assigned and when it is read. Reproduce the successful training followed by a prediction, then determine where the trained result is lost; done means the next prediction can access the completed training output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100