lunar-walker edited a comment on issue #20256: URL: https://github.com/apache/incubator-mxnet/issues/20256#issuecomment-839851825
I was able to compile using VS 2017 without any code modification and able to get DLLs. Then, there was issue of building python bindings which were failing with access violation errors OSError: exception: access violation writing 0x0000000000000000 Placing all dependencies in libmxnet.dll folder resolved the issue. and I was able to install python egg. However, when I import mxnet, there is substantial delay and None is displayed as '>>> import mxnet as mx' None '>>>' Though I was able to run both CPU & GPU examples given at https://mxnet.apache.org/versions/1.8.0/get_started/validate_mxnet Is it normal? I ll try to run some inference on some models and will let you know results. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
