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
Open sidebar
Lucas Miranda
deepOF
Commits
5c4515b1
Commit
5c4515b1
authored
Jul 01, 2020
by
lucas_miranda
Browse files
Implemented weight saving callback in model_training.py
parent
206d10d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/models.py
View file @
5c4515b1
...
...
@@ -191,7 +191,7 @@ class SEQ_2_SEQ_GMVAE:
),
[
tfd
.
Independent
(
tfd
.
Normal
(
loc
=
tf
.
zeros
(
self
.
ENCODING
),
scale
=
1
),
tfd
.
Normal
(
loc
=
tf
.
random_normal
(
self
.
ENCODING
),
scale
=
1
),
reinterpreted_batch_ndims
=
1
,
)
for
_
in
range
(
self
.
number_of_components
)
...
...
Write
Preview
Supports
Markdown
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