summaryrefslogtreecommitdiff
path: root/training/conf/network/decoder/pixelcnn_decoder.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'training/conf/network/decoder/pixelcnn_decoder.yaml')
-rw-r--r--training/conf/network/decoder/pixelcnn_decoder.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/training/conf/network/decoder/pixelcnn_decoder.yaml b/training/conf/network/decoder/pixelcnn_decoder.yaml
deleted file mode 100644
index cdddb7a..0000000
--- a/training/conf/network/decoder/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, 2, 1]
-dropout_rate: 0.25