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
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
@iblis17 Can you still reproduce the error with the latest code? I've tried out the python reproduction and verified this should be fixed already. If you can confirm that this bug is no longer appearing on your side would you mind closing the issue? Thanks!
Hi,
We encounter segfault with stn.
Here is the original issue
dmlc/MXNet.jl#369.
TL;DR:
Segfault happened in CPU-version
mshadow::BilinearSamplingBackward
gdb trace here:
actually
data_index
become a negative number.Also, segfault can reproduce in Python's example (with 1.0 prebuilt binary) (dmlc/MXNet.jl#369 (comment))
The text was updated successfully, but these errors were encountered: