Skip to content

Commit

Permalink
Change back to docker testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed May 25, 2021
1 parent 63d40a4 commit e52ec88
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions configs/local_experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ sampler_args:
- 0.5 # p degree
- 42 # random seed
# Use cuda is available; setting to false will force CPU
cuda: true
cuda: false
experiment_prefix: 'experiment_single_machine'
output_location: 'output'
tensor_board_active: true
clients_per_round: 1
system:
federator:
hostname: '172.0.0.2'
nic: 'enp0s31f6'
hostname: '172.18.0.2'
nic: 'eth0'
clients:
amount: 1
# For a simple config is provided in configs/poison.example.yaml
Expand All @@ -30,5 +30,4 @@ poison:
steps: 2
attack:
scenario: "fraction"
# TODO: timed, early, late
type: "LABEL_FLIP"

0 comments on commit e52ec88

Please sign in to comment.