| """ | |
| Author: Mélanie Gaillochet | |
| Date: 2020-10-05 | |
| """ | |
| import os | |
| root_path = '<path-to-TAAL-folder>' | |
| # Data | |
| data_folder = '<path-to-data-folder>' | |
| # Output | |
| output_folder = '<path-to-output-folder>' | |
| # Configs | |
| config_folder = os.path.join(root_path, 'src', 'Configs') | |
| random_indices_folder = os.path.join(root_path, 'random_indices') # We save the indices for random sampling | |