Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaccorley committed Feb 26, 2024
1 parent 655e98d commit 50167ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchseg/decoders/unet/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ class Unet(SegmentationModel):
- activation (str): An activation function to apply "sigmoid"/"softmax"
(could be **None** to return logits)
head_upsampling: Factor to upsample input to segmentation head. Defaults to 1.
This allows for use of U-Net decoder with models that need additional upsampling
to be at the original input image resolution.
This allows for use of U-Net decoder with models that need additional
upsampling to be at the original input image resolution.
.. _Unet:
Expand Down

0 comments on commit 50167ce

Please sign in to comment.