-
Notifications
You must be signed in to change notification settings - Fork 6.8k
pure virtual function call #10513
Comments
(gdb) backtrace |
I think you are trying to call Python API for Java right? We are currently working on the Java support. I recommend you to start with Scala library that already existed as you can import that to Java directly. |
Since we do not have information to reproduce, I will close this issue. Please feel free to create a new Issue if there is still a problem. |
Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug reports. For non-technical issues and feature requests, feel free to present the information in what you believe is the best form.
For Q & A and discussion, please start a discussion thread at https://discuss.mxnet.io
Description
(Brief description of the problem in no more than 2 sentences.)
when I predict the image with resnet-18 in java jni(jdk 1.8), the problem occure at random in release mode.
Environment info (Required)
pure virtual method called
terminate called without an active exception
run.sh: line 2: 14921 Aborted (core dumped) java test
Package used (Python/R/Scala/Julia):
(I'm using ...)
For Scala user, please provide:
java -version
)mvn -version
)scala -version
)For R user, please provide R
sessionInfo()
:Build info (Required if built from source)
Compiler (gcc/clang/mingw/visual studio):
MXNet commit hash:
(Paste the output of
git rev-parse HEAD
here.)Build config:
(Paste the content of config.mk, or the build command.)
Error Message:
(Paste the complete error message, including stack trace.)
Minimum reproducible example
(If you are using your own code, please provide a short script that reproduces the error. Otherwise, please provide link to the existing example.)
Steps to reproduce
(Paste the commands you ran that produced the error.)
What have you tried to solve it?
The text was updated successfully, but these errors were encountered: