[8fb459]: / scripts / test_strain.sh

Download this file

10 lines (8 with data), 190 Bytes

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