summaryrefslogtreecommitdiff
path: root/training/conf/network/decoder/pixelcnn_decoder.yaml
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-08 19:59:55 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-08 19:59:55 +0200
commit240f5e9f20032e82515fa66ce784619527d1041e (patch)
treeb002d28bbfc9abe9b6af090f7db60bea0aeed6e8 /training/conf/network/decoder/pixelcnn_decoder.yaml
parentd12f70402371dda586d457af2a3df7fb5b3130ad (diff)
Add VQGAN and loss function
Diffstat (limited to 'training/conf/network/decoder/pixelcnn_decoder.yaml')
-rw-r--r--training/conf/network/decoder/pixelcnn_decoder.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/training/conf/network/decoder/pixelcnn_decoder.yaml b/training/conf/network/decoder/pixelcnn_decoder.yaml
new file mode 100644
index 0000000..cdddb7a
--- /dev/null
+++ b/training/conf/network/decoder/pixelcnn_decoder.yaml
@@ -0,0 +1,5 @@
+_target_: text_recognizer.networks.vqvae.pixelcnn.Decoder
+out_channels: 1
+hidden_dim: 8
+channels_multipliers: [8, 2, 1]
+dropout_rate: 0.25