-
Notifications
You must be signed in to change notification settings - Fork 648
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
Rectified typos & grammar in docs #3021
Conversation
Signed-off-by: Pratyay Banerjee <putubanerjee23@gmail.com>
a73bb82
to
fb4d42b
Compare
@@ -106,17 +106,7 @@ collection. | |||
:sync: | |||
|
|||
FrozenDict({ | |||
|
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.
These lines are empty intentionally.
@@ -109,8 +109,6 @@ In short, :meth:`flax.linen.Module.make_rng` *guarantees full reproducibility*. | |||
def __call__(self, x): | |||
x = nn.Dense(self.num_neurons)(x) | |||
|
|||
|
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.
Same here.
Hey @Neilblaze, thanks for doing this! There are a couple of empty lines in |
@cgarciae rolling back changes for those two files. I also see a couple of empty lines in |
Yeah, please rollback anything in either side of a |
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.
Looks good, thanks a lot!
Hey, can you fix the pre-commit hook errors? Then I can go ahead and merge it. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
@IvyZX PTAL :)
9a70cdd
to
dd38e9f
Compare
Hi, could you rebase to the google/main branch and make sure all the tests pass? This is a large change and we don't want it to break head. Thank you! |
@IvyZX Sure thing! I'll do it by EOD |
71190b7
to
fb4d42b
Compare
Signed-off-by: Pratyay Banerjee <putubanerjee23@gmail.com>
@IvyZX done! ✅ |
hi @Neilblaze, seems like there's a trailing whitespace error |
Co-Authored-By: Cristian Garcia <cgarcia.e88@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #3021 +/- ##
==========================================
+ Coverage 81.97% 82.02% +0.04%
==========================================
Files 55 55
Lines 6002 6035 +33
==========================================
+ Hits 4920 4950 +30
- Misses 1082 1085 +3
... and 6 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
What does this PR do?
A few typos and grammatical errors were discovered and have been corrected.
/cc: @8bitmp3, @marcvanzee
Checklist
checks if that's the case).
documentation guidelines.