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

test posterior with constant variance per component

parent bc599d7b
No related branches found
No related tags found
No related merge requests found
......@@ -333,7 +333,7 @@ class SEQ_2_SEQ_GMVAE:
for k in range(self.number_of_components)
],
),
activity_regularizer=UncorrelatedFeaturesConstraint(3, weightage=1.0),
# activity_regularizer=UncorrelatedFeaturesConstraint(3, weightage=1.0),
)([z_cat, z_gauss])
# Define and control custom loss functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment