Skip to content
Snippets Groups Projects
Unverified Commit 88d7878f authored by Mayank's avatar Mayank Committed by GitHub
Browse files

Update README.md

parent 35dc3ebb
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,8 @@ This directory contains code for Aramis - a novel technique that uses hardware w ...@@ -31,8 +31,8 @@ This directory contains code for Aramis - a novel technique that uses hardware w
# Included Examples # 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. 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. * ResNet50 and other ResNet variants.
* DenseNet121 * DenseNet121.
* SqeezeNet * SqueezeNet for ImageNet data.
* The 4 benchmarks from SecureNN paper. * The 4 benchmarks from SecureNN paper.
# Programming in SGX # Programming in SGX
......
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