climateGAN / shared /trainer /config.yaml
vict0rsch's picture
initial commit from cc-ai/climateGAN
448ebbd
raw
history blame contribute delete
374 Bytes
# 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: .