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

Added extra branch to main autoencoder for rule_based prediction

parent 0c3e9955
No related branches found
No related tags found
No related merge requests found
...@@ -800,3 +800,4 @@ class SEQ_2_SEQ_GMVAE: ...@@ -800,3 +800,4 @@ class SEQ_2_SEQ_GMVAE:
# - Check usefulness of stateful sequential layers! (stateful=True in the LSTMs) # - Check usefulness of stateful sequential layers! (stateful=True in the LSTMs)
# - Investigate full covariance matrix approximation for the latent space! (details on tfp course) :) # - Investigate full covariance matrix approximation for the latent space! (details on tfp course) :)
# - Explore expanding the event dims of the final reconstruction layer # - Explore expanding the event dims of the final reconstruction layer
# - Think about gradient penalty to avoid mode collapse (as in WGAN-GP)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment