go-mxnet-predictor
go-mxnet-predictor copied to clipboard
fatal error: mxnet/c_predict_api.h: No such file or directory while building the Golang app
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?
There are several steps which described in README to make it work.
- Did you clone and build the mxnet correctly?
- If so, which version of mxnet you are using?
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.
I'll test go-mxnet-predictor with MXNet 1.1.0 later
Isn't MXNet 1.1.0 the latest version of MXNet available?
What's the status of it?