You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, but I still don't know how to run it in different hosts. Could you please give me some instructions? Thanks.
The text was updated successfully, but these errors were encountered:
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 party number 2:
You want to ensure that you change files/parties_localhost to a file that contains the 3 IP addresses, one per line, in the order IP_0, IP_1, IP_2. The rest of the files will change as per your data.
You also want to ensure that the networking rules where you're hosting these machines allow for these connections.
You can write your own automated script to run across three hosts, very similar to this file.
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, but I still don't know how to run it in different hosts. Could you please give me some instructions? Thanks.
The text was updated successfully, but these errors were encountered: