File size: 843 Bytes
7accb91 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# Default common configs
defaults:
- train_test_split: ???
# Worker that is used to run simulations
- worker: ray_distributed_no_torch
- _self_
distributed_timeout_seconds: 7200 # Sets how long to wait while synchronizing across worker nodes in a distributed context.
selected_simulation_metrics: null
# Sets verbosity level, in particular determines if progress bars are shown or not.
verbose: false
# Logger
logger_level: info # Level of logger
logger_format_string: null # Logger format string, set null to use the default format string
# Execution
max_number_of_workers: null # Set null to disable threading for simulation execution
gpu: true # Whether to use available GPUs during training/simulation |