TAAL / data /src /Configs /configs.py
introvoyz041's picture
Migrated from GitHub
fa4c845 verified
Raw
History Blame Contribute Delete
376 Bytes
"""
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