-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve gradient update later epoch issues
- Loading branch information
1 parent
f26a8fc
commit f486c26
Showing
5 changed files
with
77 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Experiment configuration | ||
total_epochs: 130 | ||
epochs_per_cycle: 1 | ||
wait_for_clients: true | ||
net: Cifar10CNN | ||
dataset: cifar10 | ||
sampler: "uniform" | ||
sampler_args: | ||
- 0.5 # p degree | ||
- 42 # random seed | ||
# Use cuda is available; setting to false will force CPU | ||
cuda: false | ||
experiment_prefix: 'experiment_single_machine' | ||
output_location: 'output' | ||
tensor_board_active: true | ||
clients_per_round: 50 | ||
system: | ||
federator: | ||
# Use the SERVICE provided by the fl-server to connect | ||
hostname: 'fl-server.test.svc.cluster.local' | ||
# Default NIC is eth0 | ||
nic: 'eth0' | ||
clients: | ||
amount: 50 | ||
poison: | ||
seed: 420 | ||
ratio: 0.2 | ||
attack: | ||
type: "flip" | ||
config: | ||
- 5: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters