File size: 304 Bytes
2f044c1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# don't forget loggers.login() for the first usage.
log: True # set to False to avoid the logging
wandb_arg:
_target_: lightning.loggers.WandbLogger
name: ${model_name}
project: ${project_name}
save_dir: ./
log_model: True
mode: "online"
entity: null
watch:
log: "all"
log_freq: 100
|