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
d8011e30
Commit
d8011e30
authored
Jun 25, 2020
by
lucas_miranda
Browse files
Implemented weight saving callback in model_training.py
parent
ed3b7821
Changes
1
Hide whitespace changes
Inline
Side-by-side
visualizations/train_viz_data_generator.py
View file @
d8011e30
...
...
@@ -319,7 +319,7 @@ for i in range(len(checkpoints) + 1):
encs
.
append
(
reducer
.
fit_transform
(
predictions
[
i
],
np
.
argmax
(
clusters
[
i
-
1
],
axis
=
1
))
)
print
(
"ENCS:"
,
encs
)
# As projection direction is difficult to predict in LDA,
# axes are flipped to maintain subsequent representations
...
...
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