Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
da9d2393
Commit
da9d2393
authored
Apr 27, 2021
by
lucas_miranda
Browse files
Added number of populated clusters as a training metric
parent
cf8c438f
Pipeline
#100388
passed with stages
in 19 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof/model_utils.py
View file @
da9d2393
...
...
@@ -287,7 +287,7 @@ class neighbor_latent_entropy(tf.keras.callbacks.Callback):
with
writer
.
as_default
():
tf
.
summary
.
scalar
(
"number_of_populated_clusters"
,
data
=
len
(
set
(
hard_groups
)),
data
=
len
(
set
(
hard_groups
[
max_groups
>=
0.25
]
)),
step
=
epoch
,
)
tf
.
summary
.
scalar
(
...
...
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