You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Along the lines as this question: https://stackoverflow.com/questions/68885126/how-to-make-use-lstms-in-flux-jl it would be great to update the docs to specific what the two input variables actually relate to when creating an LSTM. Same thing goes for RNN and GRU. IMO, the docs for those should have enough substance to stand on their own.
The text was updated successfully, but these errors were encountered:
1772: Expand RNN/LSTM/GRU docs r=ToucheSir a=mcognetta
This PR adds expanded documentation to the RNN/LSTM/GRU/GRUv3 docs, resolving #1696.
It addresses the `in` and `out` parameter meanings and adds a warning about a common gotcha (not calling reset when batch sizes are changed).
Co-authored-by: Marco Cognetta <[email protected]>
Along the lines as this question: https://stackoverflow.com/questions/68885126/how-to-make-use-lstms-in-flux-jl it would be great to update the docs to specific what the two input variables actually relate to when creating an LSTM. Same thing goes for RNN and GRU. IMO, the docs for those should have enough substance to stand on their own.
The text was updated successfully, but these errors were encountered: