summaryrefslogtreecommitdiff
path: root/training/conf/network/encoder/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/encoder/pixelcnn_decoder.yaml
parentd12f70402371dda586d457af2a3df7fb5b3130ad (diff)
Add VQGAN and loss function
Diffstat (limited to 'training/conf/network/encoder/pixelcnn_decoder.yaml')
-rw-r--r--training/conf/network/encoder/pixelcnn_decoder.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/training/conf/network/encoder/pixelcnn_decoder.yaml b/training/conf/network/encoder/pixelcnn_decoder.yaml
deleted file mode 100644
index 3895164..0000000
--- a/training/conf/network/encoder/pixelcnn_decoder.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
-_target_: text_recognizer.networks.vqvae.pixelcnn.Decoder
-out_channels: 1
-hidden_dim: 8
-channels_multipliers: [8, 8, 2, 1]
-dropout_rate: 0.25