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 6b79c83 commit 29a33ceCopy full SHA for 29a33ce
README.md
@@ -150,7 +150,7 @@ mask, label = model(x)
150
Depth parameter specify a number of downsampling operations in encoder, so you can make
151
your model lighted if specify smaller `depth`.
152
```python
153
-model = smp.FPN('resnet34', depth=4)
+model = smp.Unet('resnet34', encoder_depth=4)
154
```
155
156
0 commit comments