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
375304d4
Commit
375304d4
authored
Jun 19, 2020
by
lucas_miranda
Browse files
Implemented weight saving callback in model_training.py
parent
e5feb03e
Changes
1
Hide whitespace changes
Inline
Side-by-side
visualizations/train_viz_app.py
View file @
375304d4
...
...
@@ -59,7 +59,7 @@ fig2 = px.bar(
fig2
.
layout
.
updatemenus
[
0
].
buttons
[
0
].
args
[
1
][
"frame"
][
"duration"
]
=
1
fig2
.
update_xaxes
(
showgrid
=
True
)
fig2
.
update_yaxes
(
showgrid
=
True
,
range
=
[
0
,
samples
/
1.5
])
fig2
.
update_yaxes
(
showgrid
=
True
,
range
=
[
0
,
samples
])
fig2
.
update_layout
({
"paper_bgcolor"
:
"rgba(0, 0, 0, 0)"
})
...
...
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