Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
shivance authored Jan 22, 2023
1 parent 4735dff commit 3bebe5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convnets/unet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end

"""
unet(encoder_backbone, imgdims, outplanes::Integer, final::Any = unet_final_block,
fdownscale::Integer = 0, kwargs...)
fdownscale::Integer = 0)
Creates a UNet model with specified convolutional backbone.
Backbone of any Metalhead ResNet-like model can be used as encoder
Expand Down

0 comments on commit 3bebe5a

Please sign in to comment.