-
-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docstrings of basic.jl
and conv.jl
#1978
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, my comments below:
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1978 +/- ##
=======================================
Coverage 87.10% 87.10%
=======================================
Files 20 20
Lines 1528 1528
=======================================
Hits 1331 1331
Misses 197 197 ☔ View full report in Codecov by Sentry. |
4635520
to
8ca109f
Compare
basic.jl
and conv.jl
Shorten docstrings
Co-authored-by: Brian Chen <[email protected]>
Co-authored-by: Brian Chen <[email protected]>
Fix docstrings for different conv layers
Co-authored-by: Brian Chen <[email protected]>
Co-authored-by: Michael Abbott <[email protected]>
Co-authored-by: Michael Abbott <[email protected]>
Co-authored-by: Brian Chen <[email protected]>
9c3a3b4
to
1dc6910
Compare
Moved the normalisation layers to #1995 |
Co-authored-by: Brian Chen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, this looks to be in a good place. I'm going to give it another day or so and then merge :)
Thank you for the reviews! Is this ready to be merged? |
Yes it is, sorry it fell through the cracks! |
Hi everyone! Super excited to work on Flux's documentation as a JSoC student! This PR begins the first phase of my work, mainly auditing the documentation, fixing the outdated documentation, adding missing docstrings, and adding doctests to every docstring.
Summarising this PR, I have added missing docstrings, updated the existing ones, and added some doctests in the following files -
basics.jl
conv.jl
There are some minor changes in
normalise.jl
but I will be taking that complete file with some other files in the next PR. Or I can update all the files in this PR altogether, whichever method is easier to review :)cc: @DhairyaLGandhi and all other community members!
PR Checklist