diff options
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: "" |