Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
9b00e92f
Commit
9b00e92f
authored
Aug 04, 2020
by
lucas_miranda
Browse files
Removed non variational autoencoder
parent
f95d3565
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/model_utils.py
View file @
9b00e92f
...
...
@@ -137,7 +137,7 @@ class UncorrelatedFeaturesConstraint(Constraint):
return
covariance
# Constraint penalty
def
uncorrelated_feature
(
self
):
def
uncorrelated_feature
(
self
,
x
):
if
self
.
encoding_dim
<=
1
:
return
0.0
else
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment