Skip to content
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

rnn segfault #397

Closed
ekinakyurek opened this issue Nov 21, 2018 · 1 comment
Closed

rnn segfault #397

ekinakyurek opened this issue Nov 21, 2018 · 1 comment
Labels

Comments

@ekinakyurek
Copy link
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant