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
e5feb03e
Commit
e5feb03e
authored
Jun 19, 2020
by
lucas_miranda
Browse files
Implemented weight saving callback in model_training.py
parent
0e0acada
Changes
1
Hide whitespace changes
Inline
Side-by-side
visualizations/train_viz_data_generator.py
View file @
e5feb03e
...
...
@@ -162,8 +162,8 @@ else:
}
# with open(
# os.path.
abspath
(
# data_path
+ "/" +
[i for i in os.listdir(data_path) if i.endswith(".pickle")][0]
# os.path.
join
(
# data_path
,
[i for i in os.listdir(data_path) if i.endswith(".pickle")][0]
# ),
# "rb",
# ) as handle:
...
...
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