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
This issue seems to be caused by the statement "goxmnet.NewPredictor(...)", which appears to call MXPredCreate in the native code (predict.go line 54 and then mxnet.cc line 20000 something). I'm sadly unfamiliar with debugging tools for C++ and Go, so I can't get a whole lot further than that. My suspicion is that I've failed in the setup somehow. I'm using OpenBLAS 2.18.2, and the Inception-BN model.
The text was updated successfully, but these errors were encountered:
@lqstuart, I think I understood the problem.. mxnet code in this repository is quite outdated, it seems you need to apply "mxnet amalgamation (this is optional. A pre-generated mxnet.cc is already in the directory.)" section in README.md
Hello, I've followed the documentation to get everything installed and I'm running into this issue when attempting to run the example:
This issue seems to be caused by the statement "goxmnet.NewPredictor(...)", which appears to call MXPredCreate in the native code (predict.go line 54 and then mxnet.cc line 20000 something). I'm sadly unfamiliar with debugging tools for C++ and Go, so I can't get a whole lot further than that. My suspicion is that I've failed in the setup somehow. I'm using OpenBLAS 2.18.2, and the Inception-BN model.
The text was updated successfully, but these errors were encountered: