Browse Source

!1850 remove --mode test

Merge pull request !1850 from wukesong/modify_readme
tags/v0.5.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
bd3e8da6a7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      example/alexnet_cifar10/README.md
  2. +1
    -1
      example/lenet_mnist/README.md

+ 1
- 1
example/alexnet_cifar10/README.md View File

@@ -39,7 +39,7 @@ epoch: 1 step: 1538, loss is 1.0221305
Then, evaluate AlexNet according to network model
```python
# evaluate AlexNet, 1 epoch training accuracy is up to 51.1%; 10 epoch training accuracy is up to 81.2%
python eval.py --data_path cifar-10-verify-bin --mode test --ckpt_path checkpoint_alexnet-1_1562.ckpt
python eval.py --data_path cifar-10-verify-bin --ckpt_path checkpoint_alexnet-1_1562.ckpt
```

## Note


+ 1
- 1
example/lenet_mnist/README.md View File

@@ -44,7 +44,7 @@ epoch: 1 step: 1741, loss is 0.05018193
Then, evaluate LeNet according to network model
```python
# evaluate LeNet, after 1 epoch training, the accuracy is up to 96.5%
python eval.py --data_path MNIST_Data --mode test --ckpt_path checkpoint_lenet-1_1875.ckpt
python eval.py --data_path MNIST_Data --ckpt_path checkpoint_lenet-1_1875.ckpt
```

## Note


Loading…
Cancel
Save