diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-11-21 21:34:53 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-11-21 21:34:53 +0100 |
| commit | b44de0e11281c723ec426f8bec8ca0897ecfe3ff (patch) | |
| tree | 998841a3a681d3dedfbe8470c1b8544b4dcbe7a2 /training/conf/network/quantizer.yaml | |
| parent | 3b2fb0fd977a6aff4dcf88e1a0f99faac51e05b1 (diff) | |
Remove VQVAE stuff, did not work...
Diffstat (limited to 'training/conf/network/quantizer.yaml')
| -rw-r--r-- | training/conf/network/quantizer.yaml | 12 |
1 files changed, 0 insertions, 12 deletions
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 |