Sameer Wagh

Results 55 comments of Sameer Wagh

The 4PC code might have more bugs than the 3PC. Try if the 3PC works. If it does, maybe you can use that as a reference to fix the bugs...

If you have set-up 3 machines, you should install the codebase on each machine and run one party per machine. For instance, the below command runs the 3PC protocol for...

Someone else had this segfault issue. I am overcommitted right now and might not have time to look into this, I can only give you some pointers to debug this...

I notice a few issues which I'll point to shortly: First, might be because you don't have the datasets (they're not on Github). You'll have to download the MNIST dataset...

You're right, the parser is meant for the `.csv` files from your above [link](https://pjreddie.com/projects/mnist-in-csv/). All you will need to do is make the file and run it with the the...

For ML reasons, I think a batch size of 1 doesn't train well (FYI, I have not tried training it with batch size 1). It is also the reason why...

The 4PC certainly is more legacy and needs a lot more testing and bug fixing. SA should also need testing/debugging but should be considerably easier to debug. Accuracy 10% usually...

@joshua-oss Can you please help with this?

Thanks @joshua-oss! I was actually thinking of an even simpler utility. In my understanding of the broader use-case, the Metadata generation need not have privacy since it will be a...

Thanks a lot @joshua-oss!