Skip to content

Commit 1254428

Browse files
authored
Fix typo in README (#185)
The typo showed the results of running eval as Acc@1 92.693, but it should obviously be 82.693.
1 parent 021d978 commit 1254428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ $ python examples/imagenet_logits.py -a nasnetalarge --path_img data/cat.jpg
196196

197197
```
198198
$ python examples/imagenet_eval.py /local/common-data/imagenet_2012/images -a nasnetalarge -b 20 -e
199-
> * Acc@1 92.693, Acc@5 96.13
199+
> * Acc@1 82.693, Acc@5 96.13
200200
```
201201

202202

0 commit comments

Comments
 (0)