From 121329c576231261e2933a6d9dd1c04569418fe1 Mon Sep 17 00:00:00 2001 From: Abdul Rafae Noor <arnoor2@tyler.cs.illinois.edu> Date: Wed, 3 Feb 2021 13:26:17 -0600 Subject: [PATCH] Updating Keras README.md to reflect test.bin accuracies --- hpvm/projects/keras/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hpvm/projects/keras/README.md b/hpvm/projects/keras/README.md index 70828896b0..7852e1fca7 100644 --- a/hpvm/projects/keras/README.md +++ b/hpvm/projects/keras/README.md @@ -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 -- GitLab