diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-13 19:09:25 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-13 19:09:25 +0200 |
| commit | 2862fdf77a19c4afa5e00c900af4877df31a3ea6 (patch) | |
| tree | 5a225df3113849b5c129b8ae42497cef383b4e93 /training/conf/experiment/conv_transformer_paragraphs.yaml | |
| parent | aaa26d7d550bb2d4ced4b87414fd314608148865 (diff) | |
Update configs
Diffstat (limited to 'training/conf/experiment/conv_transformer_paragraphs.yaml')
| -rw-r--r-- | training/conf/experiment/conv_transformer_paragraphs.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/training/conf/experiment/conv_transformer_paragraphs.yaml b/training/conf/experiment/conv_transformer_paragraphs.yaml index 41c236d..4bd3b45 100644 --- a/training/conf/experiment/conv_transformer_paragraphs.yaml +++ b/training/conf/experiment/conv_transformer_paragraphs.yaml @@ -19,10 +19,11 @@ summary: [[1, 1, 576, 640], [1, 682]] logger: wandb: tags: ${tags} + id: 8je5lxmx criterion: ignore_index: *ignore_index - label_smoothing: 0.05 + # label_smoothing: 0.05 callbacks: stochastic_weight_averaging: @@ -62,10 +63,6 @@ network: input_dims: [1, 1, 576, 640] num_classes: *num_classes pad_index: *ignore_index - encoder: - depth: 4 - decoder: - depth: 6 pixel_embedding: shape: [18, 79] |