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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
Lucas Miranda
deepOF
Commits
1df76d7c
Commit
1df76d7c
authored
Mar 29, 2021
by
lucas_miranda
Browse files
Updated .ipynb files to follow Black style guidelines
parent
3bd3d968
Changes
1
Hide whitespace changes
Inline
Side-by-side
deepof/model_utils.py
View file @
1df76d7c
...
...
@@ -288,8 +288,8 @@ class neighbor_latent_entropy(tf.keras.callbacks.Callback):
tf
.
summary
.
scalar
(
"average_neighborhood_cluster_entropy"
,
data
=
np
.
average
(
purity_vector
),
# ,
weights=max_groups[random_idxs]),
purity_vector
,
weights
=
max_groups
[
random_idxs
]),
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