g811201

Results 3 comments of 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 ? ![image](https://github.com/HumanSignal/label-studio/assets/57518425/89a9afad-ea22-4e4b-b863-219a6827a6eb) > 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...