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 56efd39 commit c606950Copy full SHA for c606950
README.md
@@ -51,7 +51,7 @@ model = smp.Unet(
51
classes=3, # model output channels (number of classes in your dataset)
52
)
53
```
54
- - see [table](#architectires) with available model architectures
+ - see [table](#architectures) with available model architectures
55
- see [table](#encoders) with available encoders and their corresponding weights
56
57
#### 2. Configure data preprocessing
0 commit comments