Spaces:
Sleeping
Sleeping
File size: 921 Bytes
e75a247 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# For CERN machines
#export SVJ_CODE_ROOT="/eos/home-g/gkrzmanc/jetclustering/code"
#export SVJ_DATA_ROOT="/eos/home-g/gkrzmanc/jetclustering/data"
#export SVJ_RESULTS_ROOT="/eos/home-g/gkrzmanc/jetclustering/results"
#export SVJ_PREPROCESSED_DATA_ROOT="/eos/home-g/gkrzmanc/jetclustering/preprocessed_data"
# For PSI T3
export SVJ_CODE_ROOT="/work/gkrzmanc/jetclustering/code"
#export SVJ_DATA_ROOT="/work/gkrzmanc/jetclustering/data"
export SVJ_DATA_ROOT="/pnfs/psi.ch/cms/trivcat/store/user/gkrzmanc/jetclustering/data"
export SVJ_RESULTS_ROOT="/work/gkrzmanc/jetclustering/results"
export SVJ_PREPROCESSED_DATA_ROOT="/work/gkrzmanc/jetclustering/preprocessed_data"
#export SVJ_PREPROCESSED_DATA_ROOT="/pnfs/psi.ch/cms/trivcat/store/user/gkrzmanc/jetclustering/preprocessed_data"
export SVJ_WANDB_ENTITY="fcc_ml"
export SVJ_RESULTS_ROOT_FALLBACK="/pnfs/psi.ch/cms/trivcat/store/user/gkrzmanc/jetclustering/results"
|