diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-06-20 00:11:23 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-06-20 00:11:23 +0200 |
commit | 892137c4f1104edc9645c0e1e877b885816fa83c (patch) | |
tree | 4c891c3cc9d67a5d18f6295cca6ee4fa3ee51134 /training | |
parent | 521f3bbbba9f04f48e81d78033c6e1c29a08e515 (diff) |
Update paragraph config
Diffstat (limited to 'training')
-rw-r--r-- | training/conf/experiment/conv_transformer_paragraphs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/training/conf/experiment/conv_transformer_paragraphs.yaml b/training/conf/experiment/conv_transformer_paragraphs.yaml index c8db485..af27a9e 100644 --- a/training/conf/experiment/conv_transformer_paragraphs.yaml +++ b/training/conf/experiment/conv_transformer_paragraphs.yaml @@ -67,7 +67,7 @@ network: decoder: depth: 4 pixel_embedding: - shape: [17, 79] + shape: [18, 80] model: max_output_len: *max_output_len |