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 34df157 commit 9fc8a4bCopy full SHA for 9fc8a4b
segmentation_models_pytorch/decoders/deeplabv3/model.py
@@ -145,6 +145,7 @@ class DeepLabV3Plus(SegmentationModel):
145
**callable** and **None**.
146
Default is **None**
147
upsampling: Final upsampling factor. Default is 4 to preserve input-output spatial shape identity.
148
+ aux_params: Dictionary with parameters of the auxiliary output (classification head). Auxiliary output is build
149
on top of encoder if **aux_params** is not **None** (default). Supported params:
150
- classes (int): A number of classes
151
- pooling (str): One of "max", "avg". Default is "avg"
0 commit comments