Skip to content

Commit 717b99b

Browse files
Update monai/losses/perceptual.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Eric Kerfoot <[email protected]>
1 parent c99e16e commit 717b99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/losses/perceptual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434

3535
class PercetualNetworkType(StrEnum):
36-
"""Types of neural networks that are supported by perceptua loss."""
36+
"""Types of neural networks that are supported by perceptual loss."""
3737

3838
alex = "alex"
3939
vgg = "vgg"

0 commit comments

Comments
 (0)