shokri-matin / Fed-eGlass

MIT License
2 stars 0 forks source link

meaning of commands in python3 #2

Open galuhboy123 opened 1 month ago

galuhboy123 commented 1 month ago

Hai, im Galuh Boy and again, im asking about the code.

when you have to running the python code, you use the command in ubuntu (for server): python3 server.py 10 100 and when you use comaand again in ubuntu (for party/client), you use: python3 client.py 1 10 16 1 3

what the meaning of 10 and 100 in server command? and also what the menaing of 1, 10, 16, 1, and 3 in party command?

thanks regards, Galuh Boy Hertantyo

shokri-matin commented 1 month ago

Hey Galuh,

For server parameters, we have the number of parties and number of epochs.

For client parameters, these include: Username: a unique identifier for each client. Number of parties, batch size, and number of local updates: these are technical parameters related to the federated algorithm. Number of scenarios to examine: specifies the scenarios to be tested or analyzed.

galuhboy123 commented 2 days ago

thanks for help, it was really helping me for my project . thanks. regards

galuh boy h