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 e28cecc commit 94a56e2Copy full SHA for 94a56e2
README.md
@@ -37,7 +37,7 @@ Change number of output classes in the model:
37
model = smp.Unet('resnet34', classes=3, activation='softmax')
38
```
39
40
-As all models have pretrained weights, so you have to prepare your data the same way as during weights pretraining:
+All models have pretrained encoders, so you have to prepare your data the same way as during weights pretraining:
41
```python
42
from segmentation_models_pytorch.encoders import get_preprocessing_fn
43
0 commit comments