We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the Overview documentation, there is an error that causes execution to fail if followed verbatim:
julia> parameters = params(predict) # <-- Must qualify as Flux.params Params([[-0.99009055], [0.0]])
The text was updated successfully, but these errors were encountered:
Good eye! Would you want to send in a quick PR?
Sorry, something went wrong.
Merge #1707
d6002ca
1707: Fix #1706 r=DhairyaLGandhi a=rongcuid Added qualification for `params` in docs Fixes #1706 ### PR Checklist - [ ] Entry in NEWS.md - [X] Documentation, if applicable Co-authored-by: Rongcui Dong <rongcuid@users.noreply.github.com>
9a395b2
Successfully merging a pull request may close this issue.
In the Overview documentation, there is an error that causes execution to fail if followed verbatim:
The text was updated successfully, but these errors were encountered: