From b44de0e11281c723ec426f8bec8ca0897ecfe3ff Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 21 Nov 2021 21:34:53 +0100 Subject: Remove VQVAE stuff, did not work... --- training/conf/network/quantizer.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 training/conf/network/quantizer.yaml (limited to 'training/conf/network/quantizer.yaml') diff --git a/training/conf/network/quantizer.yaml b/training/conf/network/quantizer.yaml deleted file mode 100644 index 827a247..0000000 --- a/training/conf/network/quantizer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -_target_: text_recognizer.networks.quantizer.quantizer.VectorQuantizer -input_dim: 192 -codebook: - _target_: text_recognizer.networks.quantizer.codebook.CosineSimilarityCodebook - dim: 16 - codebook_size: 2048 - kmeans_init: true - kmeans_iters: 10 - decay: 0.8 - eps: 1.0e-5 - threshold_dead: 2 -commitment: 1.0 -- cgit v1.2.3-70-g09d2