From 3fc436dcbbac95fb979bc9d68d1803d0e90c7db3 Mon Sep 17 00:00:00 2001 From: lucas_miranda <lucasmiranda42@gmail.com> Date: Mon, 3 Aug 2020 17:36:58 +0200 Subject: [PATCH] Removed non variational autoencoder --- source/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/models.py b/source/models.py index 58c42ff0..5f860bce 100644 --- a/source/models.py +++ b/source/models.py @@ -485,7 +485,7 @@ class SEQ_2_SEQ_GMVAE: # TODO: -# - Investigate posterior collapse (L1 as kernel regulariser does not work) +# - Investigate posterior collapse (L1 as kernel/activity regulariser does not work) # - Random horizontal flip for data augmentation # - Align first frame and untamper sliding window (reduce window stride) # - design clustering-conscious hyperparameter tuning pipeline -- GitLab