Skip to content

Commit

Permalink
Fix typo in identifier of PerceptualNetworkType
Browse files Browse the repository at this point in the history
Fixup the identifier's, not just the string's typo from medical_* to medicalnet_* to conform to Warvito's hubconf.py in the MedicalNet repo.

Signed-off-by: Fabian Klopfer <fabian.klopfer@ieee.org>
  • Loading branch information
SomeUserName1 authored Mar 14, 2024
1 parent 0291052 commit 5b64d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/losses/perceptual.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class PercetualNetworkType(StrEnum):
squeeze = "squeeze"
radimagenet_resnet50 = "radimagenet_resnet50"
medicalnet_resnet10_23datasets = "medicalnet_resnet10_23datasets"
medical_resnet50_23datasets = "medicalnet_resnet50_23datasets"
medicalnet_resnet50_23datasets = "medicalnet_resnet50_23datasets"
resnet50 = "resnet50"


Expand Down

0 comments on commit 5b64d2b

Please sign in to comment.