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
88e41fb9
Commit
88e41fb9
authored
Mar 15, 2021
by
lucas_miranda
Browse files
Added notebook with empirically derived radius for latent neighborhood radius
parent
38ceb433
Changes
1
Hide whitespace changes
Inline
Side-by-side
deepof/train_utils.py
View file @
88e41fb9
...
...
@@ -542,7 +542,6 @@ def tune_search(
),
"objective"
:
"val_mae"
,
"project_name"
:
project_name
,
"seed"
:
42
,
"tune_new_entries"
:
True
,
}
...
...
@@ -584,7 +583,7 @@ def tune_search(
epochs
=
n_epochs
,
validation_data
=
(
Xvals
,
yvals
),
verbose
=
1
,
batch_size
=
64
,
batch_size
=
(
1
if
hypermodel
==
"S2SAE"
else
64
)
,
callbacks
=
callbacks
,
)
...
...
Write
Preview
Markdown
is supported
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