diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-11 22:12:14 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-11 22:12:14 +0200 |
commit | f371640ec96131c49517d08884618cee9f2f8e6b (patch) | |
tree | d3b98bc84f25b941547e9ef4f544f63fa5b8c4aa /training | |
parent | 42e5da95b31ac35376f483fe1816031c9339ec5c (diff) |
Remove link in wandb config
Diffstat (limited to 'training')
-rw-r--r-- | training/conf/logger/wandb.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/training/conf/logger/wandb.yaml b/training/conf/logger/wandb.yaml index 37bd2fe..081ebeb 100644 --- a/training/conf/logger/wandb.yaml +++ b/training/conf/logger/wandb.yaml @@ -1,5 +1,3 @@ -# https://wandb.ai - wandb: _target_: pytorch_lightning.loggers.wandb.WandbLogger project: text-recognizer |