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

fatal error: mxnet/c_predict_api.h: No such file or directory while building the Golang app #5

Open
vasantivmahajan opened this issue Apr 11, 2018 · 5 comments

Comments

@vasantivmahajan
Copy link

vasantivmahajan commented Apr 11, 2018

I need to make predictions on a pre-trained MXNet model in Golnag. I try to use your library for making the predictions, however, while building the application I get the following error:


 # github.com/songtianyi/go-mxnet-predictor/mxnet  
 ../../songtianyi/go-mxnet-predictor/mxnet/error.go:20:33: fatal error: mxnet/c_predict_api.h: No such file or directory
compilation terminated. 

How can this be resolved?

@songtianyi
Copy link
Owner

songtianyi commented Apr 12, 2018

There are several steps which described in README to make it work.

  1. Did you clone and build the mxnet correctly?
  2. If so, which version of mxnet you are using?

@vasantivmahajan
Copy link
Author

Yes, the MXNet library is correctly built. I can run other sample MXNet codes on the same machine. The version I am using is 1.1.0.

@songtianyi
Copy link
Owner

I'll test go-mxnet-predictor with MXNet 1.1.0 later

@vasantivmahajan
Copy link
Author

Isn't MXNet 1.1.0 the latest version of MXNet available?

@0xBYTESHIFT
Copy link

What's the status of it?

Repository owner deleted a comment from devarya Feb 16, 2024
Repository owner deleted a comment from Arpitkandwal Feb 23, 2024
Repository owner deleted a comment from dwcooper Feb 23, 2024
Repository owner deleted a comment from dwcooper Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@songtianyi @vasantivmahajan @0xBYTESHIFT and others