Created
September 13, 2023 13:56
-
-
Save Tob-iee/0a3e8ed8b41ea53d9fa5591f389b415f to your computer and use it in GitHub Desktop.
Get the label names for the training dataset version from its label objects.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
labels = train_dataset_version.list_labels() | |
label_names = [label.name for label in labels] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment