diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-18 17:43:23 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-18 17:43:23 +0200 |
commit | 9ef2857c2d24d9c0a8fba3c5db58c7303124c79b (patch) | |
tree | dc7eb4a179b8cd706e39b650dd3d215bb667db85 /training/conf/network/decoder | |
parent | 0b8924f37fbab57a3d6f59421e9cd16421c9af4b (diff) |
Update experiment configs
Diffstat (limited to 'training/conf/network/decoder')
-rw-r--r-- | training/conf/network/decoder/vae_decoder.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/training/conf/network/decoder/vae_decoder.yaml b/training/conf/network/decoder/vae_decoder.yaml index 60cdcf1..2053544 100644 --- a/training/conf/network/decoder/vae_decoder.yaml +++ b/training/conf/network/decoder/vae_decoder.yaml @@ -1,5 +1,6 @@ _target_: text_recognizer.networks.vqvae.decoder.Decoder out_channels: 1 -hidden_dim: 64 -channels_multipliers: [8, 4, 2, 1] +hidden_dim: 32 +channels_multipliers: [4, 2, 1] dropout_rate: 0.0 +activation: leaky_relu |