From 240f5e9f20032e82515fa66ce784619527d1041e Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 8 Aug 2021 19:59:55 +0200 Subject: Add VQGAN and loss function --- training/conf/network/decoder/pixelcnn_decoder.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 training/conf/network/decoder/pixelcnn_decoder.yaml (limited to 'training/conf/network/decoder/pixelcnn_decoder.yaml') 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 -- cgit v1.2.3-70-g09d2