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 c15bc02 commit fbfd124Copy full SHA for fbfd124
segmentation_models_pytorch/base/hub_mixin.py
@@ -102,7 +102,7 @@ def save_pretrained(
102
model_card_kwargs["metrics"] = kwargs.pop("metrics")
103
kwargs["model_card_kwargs"] = model_card_kwargs
104
105
- # set additional attribute to be ble to deserialize the model
+ # set additional attribute to be able to deserialize the model
106
self.config["_model_class"] = self.__class__.__name__
107
108
try:
0 commit comments