Skip to content

Commit

Permalink
Add parallel execution config to the DistributedConfig objects
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed Sep 16, 2022
1 parent 462f7c1 commit 043c2e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/example_cloud_experiment.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"epoch_save_end_suffix": "end"
},
"reproducibility": {
"seeds": [42]
"seeds": [42],
"parallel_execution": true
}
}
}
1 change: 1 addition & 0 deletions fltk/util/config/distributed_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class ExecutionConfig:
@dataclass
class OrchestratorConfig:
orchestrator_type: OrchestratorType
parallel_execution: bool = True


@dataclass_json
Expand Down

0 comments on commit 043c2e5

Please sign in to comment.