auto-benchmark / base_config.yaml
IlyasMoutawwakil's picture
interactive backend and benchmark
7f9a235
raw
history blame
409 Bytes
defaults:
- backend: null # default backend
- benchmark: null # default benchmark
- experiment # inheriting experiment schema
- _self_ # for hydra 1.1 compatibility
- override hydra/job_logging: colorlog # colorful logging
- override hydra/hydra_logging: colorlog # colorful logging
hydra:
run:
dir: runs/${experiment_name}
job:
chdir: true
env_set:
CUDA_VISIBLE_DEVICES: 0