Skip to content

Commit b276f3c

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 717b99b commit b276f3c

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
@@ -226,7 +226,7 @@ class MedicalNetPerceptualSimilarity(nn.Module):
226226

227227
def __init__(
228228
self,
229-
net: str = "medicalnet_resnet_10_23datasets",
229+
net: str = "medicalnet_resnet10_23datasets",
230230
verbose: bool = False,
231231
channel_wise: bool = False,
232232
cache_dir: str | None = None,

0 commit comments

Comments
 (0)