File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ Expected result: 2.63% test error rate with 3.3M model params.
3131```
3232cd rnn && python test.py --model_path ptb_model.pt
3333```
34- Expected result: 55.68 test ppl with 23M model params.
34+ Expected result: 55.68 test perplexity with 23M model params.
3535
3636** ImageNet** ([ imagenet_model.pt] ( https://drive.google.com/file/d/1AKr6Y_PoYj7j0Upggyzc26W0RVdg4CVX/view?usp=sharing ) )
3737```
3838cd cnn && python test_imagenet.py --auxiliary --model_path imagenet_model.pt
3939```
40- Expected result: 26.7% top-1 acc and 8.7% top-5 acc with 4.7M model params.
40+ Expected result: 26.7% top-1 error and 8.7% top-5 error with 4.7M model params.
4141
4242## Architecture search (using small proxy models)
4343To carry out architecture search using 2nd-order approximation, run
You can’t perform that action at this time.
0 commit comments