summaryrefslogtreecommitdiff
path: root/training/conf/callbacks/wandb.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'training/conf/callbacks/wandb.yaml')
-rw-r--r--training/conf/callbacks/wandb.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/training/conf/callbacks/wandb.yaml b/training/conf/callbacks/wandb.yaml
index 6eedb71..0017e11 100644
--- a/training/conf/callbacks/wandb.yaml
+++ b/training/conf/callbacks/wandb.yaml
@@ -3,7 +3,7 @@ defaults:
watch_model:
_target_: callbacks.wandb_callbacks.WatchModel
- log: "all"
+ log: all
log_freq: 100
upload_code_as_artifact:
@@ -12,8 +12,8 @@ upload_code_as_artifact:
upload_ckpts_as_artifact:
_target_: callbacks.wandb_callbacks.UploadCheckpointsAsArtifact
- ckpt_dir: "checkpoints/"
- upload_best_only: True
+ ckpt_dir: checkpoints/
+ upload_best_only: true
log_text_predictions:
_target_: callbacks.wandb_callbacks.LogTextPredictions