Skip to content

Commit

Permalink
Update src/convnets/unet.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Daruwalla <[email protected]>
  • Loading branch information
shivance and darsnack authored Jan 26, 2023
1 parent 3bebe5a commit 65aa5e8
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 @@ -105,7 +105,7 @@ Creates a UNet model with an encoder built of specified backbone. By default it
`UNet` does not currently support pretrained weights.
See also [`Metalhead.UNet`](@ref).
See also [`Metalhead.unet`](@ref).
"""
struct UNet
layers::Any
Expand Down

0 comments on commit 65aa5e8

Please sign in to comment.