Skip to content
Snippets Groups Projects
Commit fb221a0b authored by Julius Steiglechner's avatar Julius Steiglechner
Browse files

Typo.

parent 4c6631de
No related branches found
No related tags found
No related merge requests found
...@@ -325,7 +325,7 @@ def variation_of_information( ...@@ -325,7 +325,7 @@ def variation_of_information(
if labels is not None: if labels is not None:
raise NotImplementedError( raise NotImplementedError(
f"Reduction to certain labels is not implemented yet.") "Reduction to certain labels is not implemented yet.")
# output = torch.index_select(output, dim=1, index=labels) # output = torch.index_select(output, dim=1, index=labels)
# target = torch.index_select(target, dim=1, index=labels) # target = torch.index_select(target, dim=1, index=labels)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment