Sameer Wagh
Sameer Wagh
This might be related: #29
Which experiment would you like to reconduct? You'll have to set-up the codebase in 3 different machines, edit the `files/IP_LAN` or `files/IP_WAN` file with the appropriate IP addresses and then...
Could you tell me which results are you trying to reproduce in reference to the paper? I don't remember doing anything special for two of the four networks.
Those results were processed by running the network within MPC but reconstructing the out in the clear and then processing them. Some useful scripts should be in the [scripts](https://github.com/snwagh/falcon-public/tree/master/scripts) folder....
Right, then it seems that it is producing random results. Can you narrow down where the error might be? Is it in the getAccuracy() function or the trained network? Would...
I think there is some issue with the communication part (there is some issue with parallelization as well). Either it is wrapping around the bit size or something else is...
Hi, sorry about the delay in responding. Here's some inputs: 1. The input format is correct, labels should be passed as one-hot encoding. For the training, you also need to...
Yeah, the train function in secondary.cpp should be the right one. And you're right, the division function is yet to be implemented in full generality. Thanks for working on it,...
About that TODO, it must be something left over from one of the commits. I think I have completed that piece of code but that only thing that is left...
The codebase doesn't implement the pre-processing. While there may be different ways to generate the preprocessing, one specific way is described in the section on Share Truncation 2 in ABY3...