Skip to content

Commit 7c04652

Browse files
bors[bot]chunjiw
andauthored
Merge #1738
1738: Fix doc string of Upsample r=DhairyaLGandhi a=chunjiw Documentation of [Upsample](https://fluxml.ai/Flux.jl/stable/models/layers/#Flux.Upsample) is not rendered correctly due to not enough spaces ### PR Checklist - [ ] Tests are added - [ ] Entry in NEWS.md - [x] Documentation, if applicable - [ ] API changes require approval from a committer (different from the author, if applicable) Co-authored-by: Chunji Wang <chunjiw@users.noreply.github.com>
2 parents 2c8c3c7 + af64086 commit 7c04652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layers/upsample.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
Upsample(mode = :nearest; [scale, size])
3-
Upsample(scale, mode = :nearest)
2+
Upsample(mode = :nearest; [scale, size])
3+
Upsample(scale, mode = :nearest)
44
55
An upsampling layer. One of two keywords must be given:
66

0 commit comments

Comments
 (0)