Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ pip install segmentation-models-pytorch
|
|
| 30 |
```python
|
| 31 |
import segmentation_models_pytorch as smp
|
| 32 |
|
| 33 |
-
model = smp.Unet(timm-efficientnet-b0, encoder_weights="advprop")
|
| 34 |
```
|
| 35 |
|
| 36 |
### References
|
|
|
|
| 30 |
```python
|
| 31 |
import segmentation_models_pytorch as smp
|
| 32 |
|
| 33 |
+
model = smp.Unet("timm-efficientnet-b0", encoder_weights="advprop")
|
| 34 |
```
|
| 35 |
|
| 36 |
### References
|