Skip to content

Instantly share code, notes, and snippets.

@VedPDubey
Created July 9, 2021 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VedPDubey/701567865e9c775ad033854a78041a98 to your computer and use it in GitHub Desktop.
Save VedPDubey/701567865e9c775ad033854a78041a98 to your computer and use it in GitHub Desktop.
datasets = ['data_week4/dataset']
class_names = ["no-ship","ship"]
class_name_labels = {class_name:i for i,class_name in enumerate(class_names)}
num_classes = len(class_names)
class_name_labels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment