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
472a271e
Commit
472a271e
authored
Nov 18, 2020
by
lucas_miranda
Browse files
Removed checkpoint saving for Hyperparameter tuning. It's time consuming and in vane
parent
587dfd41
Changes
1
Hide whitespace changes
Inline
Side-by-side
deepof/train_model.py
View file @
472a271e
...
...
@@ -422,7 +422,7 @@ else:
pheno_class
=
pheno_class
,
predictor
=
predictor
,
project_name
=
"{}-based_{}_BAYESIAN_OPT"
.
format
(
input_type
,
hyp
),
callbacks
=
[
tensorboard_callback
,
cp_callback
,
onecycle
],
callbacks
=
[
tensorboard_callback
,
onecycle
],
n_replicas
=
1
,
n_epochs
=
30
,
)
...
...
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