Skip to content

Commit

Permalink
restored aux_params
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhou0208 committed Nov 30, 2024
1 parent 34df157 commit 9fc8a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions segmentation_models_pytorch/decoders/deeplabv3/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class DeepLabV3Plus(SegmentationModel):
**callable** and **None**.
Default is **None**
upsampling: Final upsampling factor. Default is 4 to preserve input-output spatial shape identity.
aux_params: Dictionary with parameters of the auxiliary output (classification head). Auxiliary output is build
on top of encoder if **aux_params** is not **None** (default). Supported params:
- classes (int): A number of classes
- pooling (str): One of "max", "avg". Default is "avg"
Expand Down

0 comments on commit 9fc8a4b

Please sign in to comment.