From 79f0777d72c8d88ef07013e71629b56a40bae202 Mon Sep 17 00:00:00 2001
From: Mayank <mayankrathee.japan@gmail.com>
Date: Mon, 2 Mar 2020 16:23:13 +0530
Subject: [PATCH] Update README.md

---
 Aramis/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Aramis/README.md b/Aramis/README.md
index 3feb2d2..ebe892d 100644
--- a/Aramis/README.md
+++ b/Aramis/README.md
@@ -29,7 +29,7 @@ This directory contains code for Aramis - a novel technique that uses hardware w
 * After this, you can follow the instructions as mentioned in the previous section of this README. (Running Aramis section).
 
 # 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. Now in `party0/src/main.cpp` change the header from `#include "res_net_mem_opti.h"` to `#include "main.h"`. Also, in the same file, change `start_m()` to `StartComputation()` and `end_m()` to `EndComputation()`. 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.
 * SqueezeNet for ImageNet data.
-- 
GitLab