summaryrefslogtreecommitdiff
path: root/training/conf/experiment/htr_char.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/htr_char.yaml
parentd3afa310f77f47553586eeee58e3d3345a754e2c (diff)
Add char htr experiment, rename from ocr to htr, vqvae loss collapses
Diffstat (limited to 'training/conf/experiment/htr_char.yaml')
-rw-r--r--training/conf/experiment/htr_char.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/training/conf/experiment/htr_char.yaml b/training/conf/experiment/htr_char.yaml
new file mode 100644
index 0000000..77126ae
--- /dev/null
+++ b/training/conf/experiment/htr_char.yaml
@@ -0,0 +1,12 @@
+# @package _global_
+
+defaults:
+ - override /mapping: characters
+
+criterion:
+ ignore_index: 3
+
+network:
+ num_classes: 89
+ pad_index: 3
+ max_output_len: 682