diff --git a/model_zoo/deeplabv3/scripts/run_distribute_train.sh b/model_zoo/deeplabv3/scripts/run_distribute_train.sh index 26c5d45303..514b0229af 100644 --- a/model_zoo/deeplabv3/scripts/run_distribute_train.sh +++ b/model_zoo/deeplabv3/scripts/run_distribute_train.sh @@ -58,7 +58,7 @@ do --epoch_size=$EPOCH_SIZE \ --device_id=$DEVICE_ID \ --enable_save_ckpt="true" \ - --checkpoint_url="/store1/deeplabv3/deeplabv3_split_url/train/checkpoint/CKP-12_732.ckpt" \ + --checkpoint_url="" \ --save_checkpoint_steps=10000 \ --save_checkpoint_num=1 \ --data_url=$DATA_DIR > log.txt 2>&1 & diff --git a/model_zoo/deeplabv3/scripts/run_eval.sh b/model_zoo/deeplabv3/scripts/run_eval.sh index a3596e0be3..0d5031124c 100644 --- a/model_zoo/deeplabv3/scripts/run_eval.sh +++ b/model_zoo/deeplabv3/scripts/run_eval.sh @@ -27,5 +27,5 @@ export GLOG_log_dir=${CUR_DIR}/ms_log export GLOG_logtostderr=0 python evaluation.py \ --device_id=$DEVICE_ID \ - --checkpoint_url="/store1/deeplabv3/deeplabv3_split_url/train/checkpoint/CKP-12_732.ckpt" \ + --checkpoint_url="" \ --data_url=$DATA_DIR > log.txt 2>&1 & \ No newline at end of file diff --git a/model_zoo/deeplabv3/scripts/run_standalone_train.sh b/model_zoo/deeplabv3/scripts/run_standalone_train.sh index 91fa03194e..d832782685 100644 --- a/model_zoo/deeplabv3/scripts/run_standalone_train.sh +++ b/model_zoo/deeplabv3/scripts/run_standalone_train.sh @@ -31,7 +31,7 @@ python train.py \ --epoch_size=$EPOCH_SIZE \ --device_id=$DEVICE_ID \ --enable_save_ckpt="true" \ - --checkpoint_url="/store1/deeplabv3/deeplabv3_split_url/train/checkpoint/CKP-12_732.ckpt" \ + --checkpoint_url="" \ --save_checkpoint_steps=10000 \ --save_checkpoint_num=1 \ --data_url=$DATA_DIR > log.txt 2>&1 & \ No newline at end of file