From b8dea0410267c5ded0cd4be3731f798253320f14 Mon Sep 17 00:00:00 2001 From: hsharif3 <hsharif3@illinois.edu> Date: Wed, 24 Mar 2021 22:29:54 +0000 Subject: [PATCH] Fixing Benchmark names in Keras README --- hpvm/test/dnn_benchmarks/keras/README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/hpvm/test/dnn_benchmarks/keras/README.md b/hpvm/test/dnn_benchmarks/keras/README.md index c9be006c00..ee17ba0b55 100644 --- a/hpvm/test/dnn_benchmarks/keras/README.md +++ b/hpvm/test/dnn_benchmarks/keras/README.md @@ -1,5 +1,4 @@ - # 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] ``` -- GitLab