auto-benchmark / base_config.yaml
IlyasMoutawwakil's picture
add files
d1e3b68
raw
history blame
417 Bytes
defaults:
- backend: pytorch # default backend
- benchmark: inference # 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