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
16bef013
Commit
16bef013
authored
Jun 25, 2020
by
lucas_miranda
Browse files
Implemented weight saving callback in model_training.py
parent
6c1e2b7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
visualizations/train_viz_data_generator.py
View file @
16bef013
...
...
@@ -350,7 +350,6 @@ dfencs["epoch"] = np.array(
dfencs
.
columns
=
[
"x"
,
"y"
,
"cluster"
,
"epoch"
]
dfencs
[
"trajectories"
]
=
np
.
tile
(
pttest
[:,
6
,
1
],
len
(
checkpoints
)
+
1
)
print
(
trajectories
.
shape
)
print
(
np
.
concatenate
(
reconstructions
).
shape
)
dfencs
[
"reconstructions"
]
=
np
.
concatenate
(
reconstructions
)[:,
6
,
1
]
...
...
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