Skip to content

Instantly share code, notes, and snippets.

@pierrelouisbescond
Last active September 5, 2021 16:19
Show Gist options
  • Save pierrelouisbescond/8224037468e07e07995d3f32fd58f2db to your computer and use it in GitHub Desktop.
Save pierrelouisbescond/8224037468e07e07995d3f32fd58f2db to your computer and use it in GitHub Desktop.
DATA_FOLDER = "./data/"
INITIAL_FOLDERS = ["train", "val", "label_book"]
FOLDERS = ["train", "val"]
LABELS = ["i", "ii", "iii", "iv", "v", "vi", "vii", "viii", "ix", "x"]
initial_folder = FOLDER(DATA_FOLDER, INITIAL_FOLDERS, LABELS)
initial_folder.summary()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment