add comment

pull/7119/head
wukesong 5 years ago
parent 6fd4848a63
commit 9a6dc10b6c

@ -159,7 +159,7 @@ Before running the command below, please check the checkpoint path used for eval
``` ```
python eval.py --data_path cifar-10-verify-bin --ckpt_path ckpt/checkpoint_alexnet-1_1562.ckpt > log.txt 2>&1 & python eval.py --data_path cifar-10-verify-bin --ckpt_path ckpt/checkpoint_alexnet-1_1562.ckpt > log.txt 2>&1 &
or enter script dir, and run the script # or enter script dir, and run the script
sh run_standalone_eval_ascend.sh cifar-10-verify-bin ckpt/checkpoint_alexnet-1_1562.ckpt sh run_standalone_eval_ascend.sh cifar-10-verify-bin ckpt/checkpoint_alexnet-1_1562.ckpt
``` ```
@ -174,7 +174,7 @@ Before running the command below, please check the checkpoint path used for eval
``` ```
python eval.py --device_target "GPU" --data_path cifar-10-verify-bin --ckpt_path ckpt/checkpoint_alexnet-30_1562.ckpt > log.txt 2>&1 & python eval.py --device_target "GPU" --data_path cifar-10-verify-bin --ckpt_path ckpt/checkpoint_alexnet-30_1562.ckpt > log.txt 2>&1 &
or enter script dir, and run the script # or enter script dir, and run the script
sh run_standalone_eval_for_gpu.sh cifar-10-verify-bin ckpt/checkpoint_alexnet-30_1562.ckpt sh run_standalone_eval_for_gpu.sh cifar-10-verify-bin ckpt/checkpoint_alexnet-30_1562.ckpt
``` ```

@ -119,7 +119,7 @@ Major parameters in train.py and config.py as follows:
``` ```
python train.py --data_path Data --ckpt_path ckpt > log.txt 2>&1 & python train.py --data_path Data --ckpt_path ckpt > log.txt 2>&1 &
or enter script dir, and run the script # or enter script dir, and run the script
sh run_standalone_train_ascend.sh Data ckpt sh run_standalone_train_ascend.sh Data ckpt
``` ```
@ -145,7 +145,7 @@ Before running the command below, please check the checkpoint path used for eval
``` ```
python eval.py --data_path Data --ckpt_path ckpt/checkpoint_lenet-1_1875.ckpt > log.txt 2>&1 & python eval.py --data_path Data --ckpt_path ckpt/checkpoint_lenet-1_1875.ckpt > log.txt 2>&1 &
or enter script dir, and run the script # or enter script dir, and run the script
sh run_standalone_eval_ascend.sh Data ckpt/checkpoint_lenet-1_1875.ckpt sh run_standalone_eval_ascend.sh Data ckpt/checkpoint_lenet-1_1875.ckpt
``` ```

Loading…
Cancel
Save