QueensGambit commented on issue #15632: Building MxNet with CPP_PACKAGE on Windows10 (2019-07-23) URL: https://github.com/apache/incubator-mxnet/issues/15632#issuecomment-533182265 Hello @JiaoPaner. Yes, the reason is because the `-DCMAKE_BUILD_TYPE=Release` argument is missing in the build instructions. I created a pull-request about this 8 days ago, but it is not merged yet: https://github.com/apache/incubator-mxnet/pull/16144 I also created a wiki page for instructions to build MXNet for Windows using the command line rather than than the cmake-gui (you might want to set `-DUSE_OPENCV=1` in your case): * https://github.com/QueensGambit/CrazyAra-Engine/wiki/Compile-instructions-for-Windows Moreover, I managed to build the **CPP_PACKAGE** with **TensorRT** support on Linux. Unfortunately, official instruction are still missing there as well. I might provide official instructions for this later. However, when you use TensorRT, the graph optimization will be run on every `model.bind()` call. This will hopefully be improved in future versions: https://github.com/apache/incubator-mxnet/issues/16173
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
