Skip to content
Snippets Groups Projects
Commit 121329c5 authored by Abdul Rafae Noor's avatar Abdul Rafae Noor
Browse files

Updating Keras README.md to reflect test.bin accuracies

parent cd37699c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
## Installing Dependencies
### Updating pip
### Updating pip:
The pip version required in this subproject must be >= `19.3`.
To upgrade pip:
......@@ -46,15 +46,15 @@ List of benchmarks and the expected accuracies:
| Benchmark | Accuracy |
| ----------- | ----------- |
| AlexNet-CIFAR10 | 79.16 |
| AlexNet2-CIFAR10 | 85.10 |
| AlexNet-CIFAR10 | 79.28 |
| AlexNet2-CIFAR10 | 84.98 |
| AlexNet-ImageNet | 56.30 |
| LeNet-MNIST | 99.11 | todo: fix broken
| MobileNet-CIFAR10 | 82.40 |
| ResNet18-CIFAR10 | 89.52 |
| LeNet-MNIST | 98.70 |
| MobileNet-CIFAR10 | 84.42 |
| ResNet18-CIFAR10 | 89.56 |
| ResNet50-ImageNet | 75.10 |
| VGG16-CIFAR10 | 89.42 |
| VGG16-CIFAR100 | 66.20 |
| VGG16-CIFAR10 | 89.96 |
| VGG16-CIFAR100 | 66.50 |
| VGG16-ImageNet | 69.46 |
Activate conda environment (above) before running benchmarks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment