Spaces:
Runtime error
Runtime error
File size: 374 Bytes
6e601ed |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# HYDRA CONFIG
# defaults:
# - defaults
args:
config: null # "What configuration file to use to overwrite shared/defaults.yaml"
note: null # Note about this training for comet logging
no_comet: False # DON'T use comet.ml to log experiment
resume: False # Load latest ckpt
tags: null
dev: False # Run this script in development mode
hydra:
run:
dir: .
|