diff --git a/segmentation_models/__init__.py b/segmentation_models/__init__.py index d9d55222..9895596d 100644 --- a/segmentation_models/__init__.py +++ b/segmentation_models/__init__.py @@ -123,7 +123,7 @@ def set_framework(name): def get_preprocessing(name): preprocess_input = Backbones.get_preprocessing(name) - # add bakcend, models, layers, utils submodules in kwargs + # add backend, models, layers, utils submodules in kwargs preprocess_input = inject_global_submodules(preprocess_input) # delete other kwargs # keras-applications preprocessing raise an error if something