SimpleFold / config /paths /default.yaml
wuxing0105's picture
Add files using upload-large-folder tool
b2cb4a0 verified
Raw
History Blame Contribute Delete
498 Bytes
# path to root directory
# this requires PROJECT_ROOT environment variable to exist
# you can replace it with "." if you want the root to be the current working directory
root_dir: "./"
tmp_dir: ${paths.root_dir}tmp/
# path to data directory
data_dir: ${paths.root_dir}data/
# path to logging directory
log_dir: ${paths.root_dir}logs/
# artifacts directory
output_dir: ${paths.root_dir}artifacts/
sample_dir: ${.output_dir}/samples/
# path to working directory
work_dir: ${hydra:runtime.cwd}