summaryrefslogtreecommitdiff
path: root/training/conf/experiment/vqvae.yaml
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-04 15:15:26 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-04 15:15:26 +0200
commit04c40f790e405ced6e6b90cf0a8aea268b9345c4 (patch)
treed5e05ee09fa99ee8d56d5373bde18626274a1fdd /training/conf/experiment/vqvae.yaml
parentd3afa310f77f47553586eeee58e3d3345a754e2c (diff)
Add char htr experiment, rename from ocr to htr, vqvae loss collapses
Diffstat (limited to 'training/conf/experiment/vqvae.yaml')
-rw-r--r--training/conf/experiment/vqvae.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/training/conf/experiment/vqvae.yaml b/training/conf/experiment/vqvae.yaml
index 13e5f34..699612e 100644
--- a/training/conf/experiment/vqvae.yaml
+++ b/training/conf/experiment/vqvae.yaml
@@ -8,6 +8,7 @@ defaults:
trainer:
max_epochs: 64
+ gradient_clip_val: 0.25
datamodule:
batch_size: 32
@@ -17,4 +18,4 @@ lr_scheduler:
steps_per_epoch: 624
optimizer:
- lr: 1.0e-2
+ lr: 1.0e-3