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
e8576600
Commit
e8576600
authored
Jun 25, 2020
by
lucas_miranda
Browse files
Implemented weight saving callback in model_training.py
parent
68e6e171
Changes
1
Hide whitespace changes
Inline
Side-by-side
visualizations/train_viz_data_generator.py
View file @
e8576600
...
...
@@ -313,8 +313,6 @@ for i in range(len(checkpoints) + 1):
if
variational
else
np
.
zeros
(
samples
)
)
print
(
predictions
[
i
].
shape
)
print
(
np
.
array
(
clusts
).
shape
)
encs
.
append
(
reducer
.
fit_transform
(
predictions
[
i
],
clusts
))
else
:
encs
.
append
(
...
...
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