themantalope
themantalope
**Describe the bug** Per the [documentation](https://labelstud.io/api/#operation/api_ml_train_create), it seems that the `api/ml/{id}/train` should trigger the training process on the ML backend, which should trigger the `fit` function of the `LabelStudioMLBase` model....
Hi, I'm trying to troubleshoot some cryptic errors when running on cuda, so I tried to run everything on the CPU. However, there is an issue with the implementation of...
Hi, Thank you for posting this repository. I would like to know if a different architecture is required to compile the CUDA code for a titan RTX card. Thanks, Matt
I added a couple functions to the `augmentation` module for extracting patches in multi-image use cases. Please review and let me know if there is any changes that should be...
Hi all, I'm very new to FHIR and I'm learning. Any help is much appreciated. I'm trying to attach a PDF file to a document reference for a patient. I'm...
**🚀 Feature** Sampler which is guaranteed to include all voxels with a certain label value. **Motivation** I am doing tumor localization/segmentation, and I need to sample patches of the images...
Hello, When running in inference mode, I got this error message. Here is the log of the interaction. Any suggestions appreciated. ``` 2023-04-11 10:47:21,867 - awesome_chat - INFO - input:...
Added option to leave trades open at the end of a backtest. Allows users to check if they have open trades at the end of a backtest as an easy...
Added setup.py to create command line entry point.
updated readme to show command for building docker image locally.