themantalope
themantalope
@KonstantinKorotaev Thanks for getting back to me. I'm using the current version, installed via `pip install git+https://github.com/heartexlabs/label-studio-ml-backend`. The current version used is `1.0.7`. I should also clarify. When using the...
@KonstantinKorotaev Here are the logs after clicking the "Start Training" button 3 times. ```python Congratulations! ML Backend has been successfully initialized in ./modeling_backend Now start it by using: label-studio-ml start...
Also, looks like the `fit` function is actually getting triggered but it's not getting any tasks...
This could be due to the way I've set up the `label-studio` and `label-studio-ml` containers. I'm running all of them from a single `docker-compose.yml` file (specified in the problem description)....
@KonstantinKorotaev Thank you for the clarification. A webhook is also called when the user submits a `POST` to the `api/ml/{id}/train` endpoint. Is there a way to modify the webhook that...
I'm also having a similar issue.
I think this is an issue with the [batchgenerators](https://github.com/MIC-DKFZ/batchgenerators) repository. The medicaldetectiontoolkit repository expects batchgenerators to be version 0.19.3. If you install the latest version, the output of the generator...
@17alia ```bash pip uninstall batchgenerators pip install batchgenerators==0.19.3 ```
@Gregor1337 - very helpful. would be nice to have a documentation file with this information somewhere in the repo. It might also be useful to see how to structure this...
This would be really beneficial for my projects as well.