a | b/scripts/test_strain.sh | ||
---|---|---|---|
1 | set -ex |
||
2 | |||
3 | RESULTS_DIR=$1 |
||
4 | PIPELINE='strain' |
||
5 | |||
6 | # command |
||
7 | CUDA_VISIBLE_DEVICES=${GPU_ID} python ./test.py \ |
||
8 | --dataroot ${RESULTS_DIR} \ |
||
9 | --results_dir ${RESULTS_DIR} \ |
||
10 | --pipeline ${PIPELINE} |