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
5e4dbf7b
Commit
5e4dbf7b
authored
Mar 29, 2021
by
lucas_miranda
Browse files
Updated .ipynb files to follow Black style guidelines
parent
1df76d7c
Pipeline
#97115
passed with stages
in 17 minutes and 19 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
deepof/model_utils.py
View file @
5e4dbf7b
...
...
@@ -287,9 +287,7 @@ class neighbor_latent_entropy(tf.keras.callbacks.Callback):
with
writer
.
as_default
():
tf
.
summary
.
scalar
(
"average_neighborhood_cluster_entropy"
,
data
=
np
.
average
(
purity_vector
,
weights
=
max_groups
[
random_idxs
]),
data
=
np
.
average
(
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