Skip to content

Commit

Permalink
[losses] Fix documentation of mi_loss() return value
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuh-hf committed Aug 2, 2023
1 parent 56cbb05 commit f15819e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepali/losses/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ def mi_loss(
normalized: Calculate Normalized Mutual Information instead of Mutual Information if True.
Returns:
Negative mutual information. If ``normalized=True``, 2 is added such that the loss value is in [0, 1].
Negative mutual information. If ``normalized=True``, 2 is added such that the loss value is in [0, 2].
"""

Expand Down

0 comments on commit f15819e

Please sign in to comment.