g811201
g811201
My temporary approach is that I build a minio client and directly get data from minio rather than label studio cache. Although this is a viable way, it need to...
> @g811201 Are you sure you are using the latest LS version? > > https://github.com/HumanSignal/label-studio/blob/1.12.1/label_studio/ml/api_connector.py#L194 > > 1. Check `/version` page, is it 1.12.1 ?  > 2. Check /feature-flags...
@Massad Thanks a lot! You're right, I should add 'START_TRAINING' in ./label_studio_ml/api.py. I added "START_TRAINING" in label_studio_ml/model.py before and it did not work. But now there is another issue. When...