You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/05/10 12:04:21 UTC

[GitHub] Rangocold opened a new issue #10885: i meet an exception when i run mlp.cpp

Rangocold opened a new issue #10885: i meet an exception when i run mlp.cpp
URL: https://github.com/apache/incubator-mxnet/issues/10885
 
 
   i build mxnet and run mlp_cpu.cpp success, but when i run mlp.cpp, there is an exception "std::shared_ptr<mxnet::cpp::SymBlob>::operator-><mxnet::cpp::SymBLob,0>(…)return nullptr" 
   when it reach 
   https://github.com/apache/incubator-mxnet/blob/5088ca9a65641ddf905b60deae00fa6006f5e431/cpp-package/example/mlp.cpp#L70
   
   
   my environment is win10, vs2017, cpu,  mkl
   
   i add mxnet include and lib in my project and run mpl_cpu.cpp success, but i copy mlp.cpp's code into my project , then run ,i meet the exception
   
   i am using cpp-package
   
   MXNet commit hash:
   97511ba943c436492ae044ae0de2046cd89621bf
   
   
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services