diff --git a/PyTorch/contrib/cv/detection/SOLOv2/test/train_ID4115_solov2_RT2_full_1p.sh b/PyTorch/contrib/cv/detection/SOLOv2/test/train_ID4115_solov2_RT2_full_1p.sh index e9cb498b5d3f9c85c3b1244aaf8d3585398af298..61ed666b2f5d155fca1b318e69a26c68c308510a 100644 --- a/PyTorch/contrib/cv/detection/SOLOv2/test/train_ID4115_solov2_RT2_full_1p.sh +++ b/PyTorch/contrib/cv/detection/SOLOv2/test/train_ID4115_solov2_RT2_full_1p.sh @@ -114,7 +114,7 @@ python3.7 tools/train.py configs/solov2/solov2_r50_fpn_8gpu_1x.py --opt-level $a --data_root=$data_path --gpu-ids $device_id --fps_lag $fps_lag --batch_size=$batch_size --interval=$interval --stop_step=$stop_step\ --start_step=$start_step --profiling=$profiling --rt2_bin=$rt2_bin > ${cur_path}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & wait -python3.7 tools/test_ins.py configs/solov2/solov2_r50_fpn_8gpu_1x.py work_dirs/solov2_release_r50_fpn_8gpu_1x/latest.pth --show \ +python3.7 tools/test_ins.py configs/solov2/solov2_r50_fpn_8gpu_1x.py ${cur_path}/work_dirs/solov2_release_r50_fpn_8gpu_1x/epoch_${epochs}.pth --show \ --out results_solo.pkl --eval segm --data_root=$data_path >> ${cur_path}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & wait