Last active
September 5, 2021 16:19
-
-
Save pierrelouisbescond/8224037468e07e07995d3f32fd58f2db to your computer and use it in GitHub Desktop.
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
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