Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion segmentation_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down