Skip to content

Commit 94a56e2

Browse files
authored
Update README.md
1 parent e28cecc commit 94a56e2

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
@@ -37,7 +37,7 @@ Change number of output classes in the model:
3737
model = smp.Unet('resnet34', classes=3, activation='softmax')
3838
```
3939

40-
As all models have pretrained weights, so you have to prepare your data the same way as during weights pretraining:
40+
All models have pretrained encoders, so you have to prepare your data the same way as during weights pretraining:
4141
```python
4242
from segmentation_models_pytorch.encoders import get_preprocessing_fn
4343

0 commit comments

Comments
 (0)