Skip to content
GitLab
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
b834f5e5
Commit
b834f5e5
authored
Jul 03, 2020
by
lucas_miranda
Browse files
Implemented weight saving callback in model_training.py
parent
8db9836c
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/models.py
View file @
b834f5e5
...
...
@@ -434,6 +434,12 @@ class SEQ_2_SEQ_GMVAE:
)
# TODO:
# - latent space metrics to control overregulatization (turned off dimensions). Useful for warmup tuning
# - Clustering metrics for model selection and aid training (eg early stopping)
# - Silhouette / likelihood / classifier accuracy metrics
# - design clustering-conscious hyperparameter tuing pipeline
# TODO (in the non-immediate future):
# - Try Bayesian nets!
# - MCMC sampling (n>1) (already suported by tfp! we should try it)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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