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
206d10d4
Commit
206d10d4
authored
Jun 30, 2020
by
lucas_miranda
Browse files
Implemented weight saving callback in model_training.py
parent
454cbfa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
model_training.py
View file @
206d10d4
...
...
@@ -368,7 +368,9 @@ else:
tensorboard_callback
,
kl_warmup_callback
,
mmd_warmup_callback
,
tf
.
keras
.
callbacks
.
EarlyStopping
(
"val_mae"
,
patience
=
5
),
tf
.
keras
.
callbacks
.
EarlyStopping
(
"val_mae"
,
patience
=
5
,
restore_best_weights
=
True
),
cp_callback
,
],
)
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