Skip to content
Snippets Groups Projects
Commit b8dea041 authored by hsharif3's avatar hsharif3
Browse files

Fixing Benchmark names in Keras README

parent a184b919
No related branches found
No related tags found
No related merge requests found
# Keras Frontend
Install Keras Frontend after moving to directory `/hpvm/hpvm/projects/keras`
......@@ -64,22 +63,22 @@ List of benchmarks and the expected accuracies:
| Benchmark | Accuracy |
| ----------- | ----------- |
| AlexNet-CIFAR10 | 79.28 |
| AlexNet2-CIFAR10 | 84.98 |
| AlexNet-ImageNet | 56.30 |
| LeNet-MNIST | 98.70 |
| MobileNet-CIFAR10 | 84.42 |
| ResNet18-CIFAR10 | 89.56 |
| ResNet50-ImageNet | 75.10 |
| VGG16-CIFAR10 | 89.96 |
| VGG16-CIFAR100 | 66.50 |
| VGG16-ImageNet | 69.46 |
| alexnet.py | 79.28 |
| alexnet2.py | 84.98 |
| alexnet_imagenet.py | 56.30 |
| lenet.py | 98.70 |
| mobilenet_cifar10.py | 84.42 |
| resnet18_cifar10.py | 89.56 |
| resnet50_imagenet.py | 75.10 |
| vgg16_cifar10.py | 89.96 |
| vgg16_cifar100.py | 66.50 |
| vgg16_imagenet.py | 69.46 |
### Synopsis
```
python ${BENCH_NAME}.py [hpvm_reload|keras_reload] [frontend] [compile]
python3 ${BENCH_NAME}.py [hpvm_reload|keras_reload] [frontend] [compile]
```
......
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