Skip to content

Commit

Permalink
small md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Stöckl committed Aug 10, 2020
1 parent eeaa3a8 commit e6aade4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ The accuary of the ResNet50 model consisting of FS-neurons can be reproduced usi
```bash
./test_resnet_cifar_acc.sh
```
Expected output: `INFO:tensorflow:... accuracy = 0.925, accuracy_top_5 = 0.9959, global_step = 114085, loss = 0.5251896
Expected output: `INFO:tensorflow:... accuracy = 0.925, accuracy_top_5 = 0.9959, global_step = 114085, loss = 0.5251896`

Expected runtime:` 42 seconds
Expected runtime: 42 seconds

To test the ResNet50 model on ImageNet use the following command:
```bash
Expand Down

0 comments on commit e6aade4

Please sign in to comment.