label-studio-ml-backend
label-studio-ml-backend copied to clipboard
Cannot set model_version
Is there a way to specify the model_version
field?
I cannot find how to setup this field at the model level. It seems that it can be set on the prediction level by specifying model_version
next to to result
fied in the JSON output of the model, but it is ignored by Label-Studio in favour of the randomly generated version number.
Hi @GaaH You can modify it through import\export:
- Export your tasks
- Modify model_version in json file
- Import your tasks into Label Studio
running into the same problem as well - is there any other way then the heuristic described by @KonstantinKorotaev (thanks)?
@Goschjann do you use ML Backend and it generates predictions? As I remember you have to specify model_version in the dict that will be returned after model training in fit()
.