diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-03 01:13:37 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-03 01:13:37 +0200 |
commit | a65d3ec18a5541cec5297769f1027422975a62bc (patch) | |
tree | 08e5e22f76db2449d265476f5fb42c5ea64a2776 /training/conf/logger | |
parent | e4d618443808f0931bbef0b9e10a2c2a215281a5 (diff) |
Update confs and callbacks
Diffstat (limited to 'training/conf/logger')
-rw-r--r-- | training/conf/logger/wandb.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/training/conf/logger/wandb.yaml b/training/conf/logger/wandb.yaml index ba3218a..09dd3f7 100644 --- a/training/conf/logger/wandb.yaml +++ b/training/conf/logger/wandb.yaml @@ -6,7 +6,7 @@ wandb: offline: false # set True to store all logs only locally id: null # pass correct id to resume experiment! # entity: "" # set to name of your wandb team or just remove it - log_model: false + log_model: true prefix: "" job_type: train group: "" |