Skip to content

Commit

Permalink
Update 2_test_seer_paral_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthoule authored Nov 20, 2018
1 parent c31dc82 commit 0540e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wholeslide_prediction/2_test_seer_paral_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python resize_list.py ${DATASET_FOLDER}
CUDA_VISIBLE_DEVICES=${GPU} \
LD_LIBRARY_PATH="/home/lehhou/my_libc_env/lib/x86_64-linux-gnu/:/home/lehhou/my_libc_env/usr/lib64/:$LD_LIBRARY_PATH" \
/home/lehhou/my_libc_env/lib/x86_64-linux-gnu/ld-2.17.so /home/lehhou/anaconda2/bin/python -u main.py \
--is_train=False --load_path=${MODEL} --par_code=${STEP} --par_max=${INDEX} \
--is_train=False --load_path=${MODEL} --par_code=${PAR_CODE} --par_max=${PAR_MAX} \
--seg_path=./${DATASET_FOLDER}/ --pred_scaling=0.5 \
&> log.wholeslide_${DATASET}_${PAR_CODE}_${PAR_MAX}.txt

Expand Down

0 comments on commit 0540e97

Please sign in to comment.