You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a label to a Dataset using:
label = LabelClass()
dataset.add_label(label)
and then saving the config .yml-file:
dataset.save_config(...)
The .yml-file says 'labels: null' instead of listing the added label i.e. the label is not saved.
The text was updated successfully, but these errors were encountered:
When adding a label to a Dataset using:
label =
LabelClass
()dataset.add_label(label)
and then saving the config .yml-file:
dataset.save_config(...)
The .yml-file says 'labels: null' instead of listing the added label i.e. the label is not saved.
The text was updated successfully, but these errors were encountered: