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
190a812b
Commit
190a812b
authored
Feb 11, 2021
by
lucas_miranda
Browse files
Added latent regularization control to deepof.data.coordinates.deep_unsupervised_embedding()
parent
5199c2c8
Pipeline
#93301
canceled with stage
in 8 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof/train_utils.py
View file @
190a812b
...
...
@@ -523,8 +523,8 @@ def tune_search(
if
hpt_type
==
"hyperband"
:
tuner
=
Hyperband
(
directory
=
"HyperBandx_{}_{}"
.
format
(
loss
,
str
(
date
.
today
())),
max_epochs
=
hypertun_trials
,
hyperband_iterations
=
3
,
max_epochs
=
35
,
hyperband_iterations
=
hypertun_trials
,
factor
=
2
,
**
hpt_params
)
...
...
deepof_experiments.smk
View file @
190a812b
...
...
@@ -28,7 +28,7 @@ rule deepof_experiments:
# loss=losses,
# )
expand(
"/psycl/g/mpsstatgen/lucas/DLC/DLC_autoencoders/DeepOF/deepof/logs/
dimension_and_loss
_experiments/trained_weights/"
"/psycl/g/mpsstatgen/lucas/DLC/DLC_autoencoders/DeepOF/deepof/logs/
latent_regularization
_experiments/trained_weights/"
"GMVAE_loss={loss}_encoding={encs}_k={k}_latreg={latreg}_final_weights.h5",
loss=losses,
encs=encodings,
...
...
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