Skip to content

Commit 9fc8a4b

Browse files
committed
restored aux_params
1 parent 34df157 commit 9fc8a4b

File tree

1 file changed

+1
-0
lines changed
  • segmentation_models_pytorch/decoders/deeplabv3

1 file changed

+1
-0
lines changed

segmentation_models_pytorch/decoders/deeplabv3/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ class DeepLabV3Plus(SegmentationModel):
145145
**callable** and **None**.
146146
Default is **None**
147147
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
148149
on top of encoder if **aux_params** is not **None** (default). Supported params:
149150
- classes (int): A number of classes
150151
- pooling (str): One of "max", "avg". Default is "avg"

0 commit comments

Comments
 (0)