diff --git a/Aramis/README.md b/Aramis/README.md index b8f67da758dfcb161d92c0e347c56aad6ef3b8a8..033e71d64c94cbc716f21d224cf0a3397161280d 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