We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0170ac commit a6e1123Copy full SHA for a6e1123
segmentation_models_pytorch/__init__.py
@@ -34,7 +34,7 @@ def create_model(
34
try:
35
model_class = archs_dict[arch.lower()]
36
except KeyError:
37
- raise KeyError("Wrong architecture type `{}`. Avalibale options are: {}".format(
+ raise KeyError("Wrong architecture type `{}`. Available options are: {}".format(
38
arch, list(archs_dict.keys()),
39
))
40
return model_class(
0 commit comments