securenn-public icon indicating copy to clipboard operation
securenn-public copied to clipboard

Implementation of protocols in SecureNN.

Results 5 securenn-public issues
Sort by recently updated
recently updated
newest added

Hi, I am a graduate student willing to train mnist dataset on three hosts using your protocol. I have seen others asking about the way to run it in localhost,...

Hi Snwagh, In `globals.h` at `/src` file, after I change the `#define MNIST false` into `#define MNIST true`, `NUM_LAYERS` to 4, `LOG_MINI_BATCH` to 0 in `#if MNIST` frame, `NO_OF_EPOCHS` to...

I want to try and find the MSB of some inputs. The debugComputeMSB simply gives wrong outputs, (ive added some code to show the bit representation of the numbers (-4...

Hello! First off big fan of your work! I am having some issues with running the standalone (make mnistSA, where I edit mnist to true in globals) I always get...