CarlosMalaga's picture
Upload 201 files
2f044c1 verified
raw
history blame contribute delete
No virus
304 Bytes
# 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