""" Author: Mélanie Gaillochet Date: 2020-10-05 """ import os root_path = '' # Data data_folder = '' # Output 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