g811201

Results 3 issues of g811201

I built a ml backend and wanted to predict the data. I can predict data which are uploaded by label-studio UI. However, if I loaded data from Cloud Storage S3...

I tried to use scikeras KerasRegressor to wrap my model. ` import warnings from tensorflow import get_logger get_logger().setLevel('ERROR') warnings.filterwarnings("ignore", message="Setting the random state for TF") import numpy as np from...

**Describe the bug** I use label-studio-ml backend to create a active learning loop. I would like to train model only when I click "Start Training" button. However, when I click...