Skip to content

Commit

Permalink
fix too long line
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki authored Mar 24, 2024
1 parent 61e6c1c commit 3dba426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/torchmetrics/image/inception.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ class InceptionScore(Metric):
As output of `forward` and `compute` the metric returns the following output
- ``inception_mean`` (:class:`~torch.Tensor`): float scalar tensor with mean inception score over subsets
- ``inception_std`` (:class:`~torch.Tensor`): float scalar tensor with standard deviation of inception score over subsets
- ``inception_std`` (:class:`~torch.Tensor`): float scalar tensor with standard deviation of inception score
over subsets
Args:
feature:
Expand Down

0 comments on commit 3dba426

Please sign in to comment.