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
The current doc examples for recurrent layers all use rand or randn directly instead of rand(Float32, ...). This leads to a method error since we enforced a eltype matching in v0.12.
The text was updated successfully, but these errors were encountered:
The current doc examples for recurrent layers all use
rand
orrandn
directly instead ofrand(Float32, ...)
. This leads to a method error since we enforced aeltype
matching in v0.12.The text was updated successfully, but these errors were encountered: