Skip to content
Snippets Groups Projects
Commit f61ed1fa authored by Lucas Miranda's avatar Lucas Miranda
Browse files

Drafted skeleton of SEQ2SEQ_VAEP (Variational AutoEncoding Predictor) in models.py

parent 8549f828
No related branches found
No related tags found
No related merge requests found
...@@ -523,5 +523,6 @@ class SEQ_2_SEQ_MMVAE: ...@@ -523,5 +523,6 @@ class SEQ_2_SEQ_MMVAE:
# TODO next: # TODO next:
# - MERGE BatchNormalization layers in generator and _generator in SEQ_2_SEQ_VAE
# - VAE loss function (though this should be analysed later on taking the encodings into account) # - VAE loss function (though this should be analysed later on taking the encodings into account)
# - Smaller input sliding window (10-15 frames) # - Smaller input sliding window (10-15 frames)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment