Skip to content

Commit

Permalink
Resolve missing configuration key in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed May 25, 2021
1 parent c33926a commit 4e0b1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/local_experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cuda: false
experiment_prefix: 'experiment_single_machine'
output_location: 'output'
tensor_board_active: true
clients_per_round: 1
system:
federator:
hostname: '172.18.0.2'
Expand All @@ -30,5 +31,4 @@ poison:
steps: 2
attack:
type: "flip"
# Flip 9 and 0
config: { 0:9, 9:0 }
config: [ { 0:9, 9:0 } ]

0 comments on commit 4e0b1cc

Please sign in to comment.