Skip to content

Commit

Permalink
Bring test experiment file back...
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed May 24, 2022
1 parent fbdb543 commit 8b8d3a0
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions configs/test/test_experiment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"cluster": {
"orchestrator": {
"wait_for_clients": true,
"service": "fl-server.test.svc.cluster.local",
"nic": "eth0"
},
"client": {
"prefix": "client",
"tensorboard_active": false
},
"image": "gcr.io/test-bed-distml/fltk:latest"
},
"execution_config": {
"duration": 3600,
"experiment_prefix": "cloud_experiment",
"cuda": true,
"tensorboard": {
"active": false,
"record_dir": "logging"
},
"net": {
"save_model": false,
"save_temp_model": false,
"save_epoch_interval": 1,
"save_model_path": "models",
"epoch_save_start_suffix": "start",
"epoch_save_end_suffix": "end"
},
"reproducibility": {
"torch_seed": 42,
"arrival_seed": 123
}
}
}

0 comments on commit 8b8d3a0

Please sign in to comment.