From 88d7878f752156f390fca8fb3b439c695fd490e8 Mon Sep 17 00:00:00 2001 From: Mayank <mayankrathee.japan@gmail.com> Date: Fri, 20 Sep 2019 23:48:39 +0530 Subject: [PATCH] Update README.md --- Aramis/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Aramis/README.md b/Aramis/README.md index b8f67da..033e71d 100644 --- a/Aramis/README.md +++ b/Aramis/README.md @@ -31,8 +31,8 @@ This directory contains code for Aramis - a novel technique that uses hardware w # Included Examples Aramis already has the following example compiled NNs in `party0/src/example_neural_nets/` directory. To run these examples, copy the code of the respective example file (cpp file) to `party0/src/main.cpp` and overwrite it. Also, go to `party0/src/network_config.h` file and change the preprocessor flag to the network that you want to run. Finally, run `./update_all` to update code of the other 2 parties as well. * ResNet50 and other ResNet variants. -* DenseNet121 -* SqeezeNet +* DenseNet121. +* SqueezeNet for ImageNet data. * The 4 benchmarks from SecureNN paper. # Programming in SGX -- GitLab