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 Julia v1.0.2, rnn forward calls get segfault. I couldn't figure out why. I am using current master of Knet.
julia> versioninfo() Julia Version 1.0.2 Commit d789231e99 (2018-11-08 20:11 UTC) Platform Info: OS: macOS (x86_64-apple-darwin14.5.0) CPU: Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-6.0.0 (ORCJIT, broadwell) julia> lstm = RNN(5,5; rnnType=:lstm, usegpu=false, dataType=Float32) LSTM(input=5,hidden=5) julia> lstm(randn(Float32,5,1)) signal (11): Segmentation fault: 11 in expression starting at no file:0
The text was updated successfully, but these errors were encountered:
Solved in JuliaLang/julia#30116
Sorry, something went wrong.
No branches or pull requests
In Julia v1.0.2, rnn forward calls get segfault. I couldn't figure out why. I am using current master of Knet.
The text was updated successfully, but these errors were encountered: