Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
Lucas Miranda
deepOF
Commits
f7468519
Commit
f7468519
authored
Jul 24, 2020
by
lucas_miranda
Browse files
Implemented 1 cycle learning rate schedule
parent
c1d1d84f
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/models.py
View file @
f7468519
...
...
@@ -195,7 +195,7 @@ class SEQ_2_SEQ_GMVAE:
if
self
.
prior
==
"standard_normal"
:
init_means
=
far_away_uniform_initialiser
(
[
self
.
number_of_components
,
self
.
ENCODING
],
minval
=
0
,
maxval
=
1
5
[
self
.
number_of_components
,
self
.
ENCODING
],
minval
=
0
,
maxval
=
5
)
self
.
prior
=
tfd
.
mixture
.
Mixture
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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