Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
fschmid56 committed Nov 17, 2022
1 parent ffeae8f commit 7e30f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/MobileNetV3.py
Original file line number Diff line number Diff line change
@@ -224,7 +224,7 @@ def _mobilenet_v3(
if pretrained_name in pretrained_models:
loc = pretrained_models.get(pretrained_name)
if not os.path.isfile(loc):
raise FileNotFoundError(f"No model found at specified location: '{loc}'. Download models from the"
raise FileNotFoundError(f"No model found at specified location: '{loc}'. Download models from the "
f"Github Releases of "
f"https://github.com/fschmid56/EfficientAT and place "
f"them in the folder /resources.")

0 comments on commit 7e30f2b

Please sign in to comment.