diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-06 14:19:37 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-06 14:19:37 +0200 |
commit | 263f2b7158d76bc0adad45309625910c0fa7b1fe (patch) | |
tree | 6af1782e39812c8d7ff8a853195adc32f67f56c2 /training/conf/network/decoder/vae_decoder.yaml | |
parent | 3ab82ad36bce6fa698a13a029a0694b75a5947b7 (diff) |
Remove lr args from model, add Cosine lr, fix to vqvae stack
Diffstat (limited to 'training/conf/network/decoder/vae_decoder.yaml')
-rw-r--r-- | training/conf/network/decoder/vae_decoder.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/training/conf/network/decoder/vae_decoder.yaml b/training/conf/network/decoder/vae_decoder.yaml index b2090b3..0a36a54 100644 --- a/training/conf/network/decoder/vae_decoder.yaml +++ b/training/conf/network/decoder/vae_decoder.yaml @@ -1,5 +1,5 @@ _target_: text_recognizer.networks.vqvae.decoder.Decoder out_channels: 1 hidden_dim: 32 -channels_multipliers: [8, 6, 2, 1] +channels_multipliers: [4, 4, 2, 1] dropout_rate: 0.25 |