-
Notifications
You must be signed in to change notification settings - Fork 63
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
Cleaner and Better Documentation #56
Conversation
Codecov Report
@@ Coverage Diff @@
## main #56 +/- ##
==========================================
+ Coverage 48.37% 48.42% +0.05%
==========================================
Files 13 13
Lines 955 954 -1
==========================================
Hits 462 462
+ Misses 493 492 -1
Continue to review full report at Codecov.
|
cc33c18
to
40b75b5
Compare
|
||
- `initialparameters(rng::AbstractRNG, layer::CustomAbstractExplicitLayer)` -- This | ||
returns a `NamedTuple` containing the trainable parameters for the layer. | ||
- `initialstates(rng::AbstractRNG, layer::CustomAbstractExplicitLayer)` -- This returns 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.
My understanding is that if my custom layer does not have a state then I don't need to implement this function? Since it is calling initialstates(::AbstractRNG, ::Any) = NamedTuple()
TODOs:
@doc doc
for docstrings containing LaTeXlib/