Skip to content

Commit 0dadc48

Browse files
authored
Fix typo (#14)
1 parent fdc8170 commit 0dadc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ All models have pretrained encoders, so you have to prepare your data the same w
4444
```python
4545
from segmentation_models_pytorch.encoders import get_preprocessing_fn
4646

47-
preprocess_input = get_preprocessing_fn('renset18', pretrained='imagenet')
47+
preprocess_input = get_preprocessing_fn('resnet18', pretrained='imagenet')
4848
```
4949
### Examples <a name="examples"></a>
5050
- Training model for cars segmentation on CamVid dataset [here](https://github.com/qubvel/segmentation_models.pytorch/blob/master/examples/cars%20segmentation%20(camvid).ipynb).

0 commit comments

Comments
 (0)