Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ Table of Contents:
|
|
23 |
```python
|
24 |
import segmentation_models_pytorch as smp
|
25 |
|
26 |
-
model = smp.from_pretrained("
|
27 |
```
|
28 |
|
29 |
## Model init parameters
|
|
|
23 |
```python
|
24 |
import segmentation_models_pytorch as smp
|
25 |
|
26 |
+
model = smp.from_pretrained("smp-hub/segformer-b5-640x640-ade-160k")
|
27 |
```
|
28 |
|
29 |
## Model init parameters
|