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/01/11 00:44:39 UTC

[GitHub] sami-badawi commented on issue #9050: got segfault from lenet with stn example

sami-badawi commented on issue #9050: got segfault from lenet with stn example
URL: https://github.com/apache/incubator-mxnet/issues/9050#issuecomment-356787001
 
 
   I get the this segfault:
   ```
   Segmentation fault: 11
   ```
   
   when running C++ version of 
   ```cpp-package/example/lenet```
   
   This is where the segfault is thrown:
   
   ```cpp
       Symbol conv1 =
           Convolution("conv1", data, conv1_w, conv1_b, Shape(5, 5), 20);
   ```
   
   I have built it on a OS X 10.13.2
   I disabled as many libraries as possible.
   
   I have been able to run Python version of lenet when I installed it with ```pip```.

----------------------------------------------------------------
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