apple / turicreate

Turi Create simplifies the development of custom machine learning models.
BSD 3-Clause "New" or "Revised" License
11.2k stars 1.14k forks source link

Change the name of classes in a trained classifier #3427

Closed Crubert-digit closed 3 years ago

Crubert-digit commented 3 years ago

Hi, I have trained an Image Classifier, now I'm wondering if it's possible to change the name of the classes of the classifier. Let's say I Have a class called 'dog' and I would like to change it to 'Dog'.

I tried changing the fields in the classes array in the model but when I try to save the model and relaod it, the classes of the model remain the same.

TobyRoseman commented 3 years ago

This is not supported. I suggest correcting the labels in your training data. Then retraining your model.