[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-22 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-359636498 Could you try decreasing the size of your model? Your code goes out of memory for me with a 11439MB GPU. Do you see

[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-17 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-358481786 Can you check if the binding shapes are right in the network? Let me see if there is some other issue too

[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-17 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-358481786 Can you check if the binding shapes are right in the network?

[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-17 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-358480536 Okay on running this again on a different machine (with same GPU memory), I see ``` Traceback (most recent call

[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-17 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-358481652 Ya, this error message is from linux This is an automated

[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-17 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-358480536 Okay on running this again on a different machine (with same GPU memory), I see ``` Traceback (most recent call

[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-17 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-358480536 Okay on running this again on a different machine (with same GPU memory), I see ``` Check failed: e ==

[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-17 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-358467260 On running this on Linux, I see that it crashes with `cudaMalloc failed: out of memory` I'm running this on a machine

[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-17 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-358467260 On running this on Linux, I see that it crashes with `cudaMalloc failed: out of memory` I'm running this on a machine

[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-17 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-358467260 On running this on Linux, I see that it crashes with `cudaMalloc failed: out of memory` I'm running this on a machine

[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-17 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-358467260 On running this on Linux, I see that it crashes with `cudaMalloc failed: out of memory` I'm running this on a machine

[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-17 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-358424045 Please also share the stacktrace or the exact error message shown. Also when you say you used C++, did you use the C++ API?

[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-17 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-358424045 Please also share the stacktrace This is an automated

[GitHub] rahul003 commented on issue #9438: MXNet crash while getting output of the network

2018-01-17 Thread GitBox
rahul003 commented on issue #9438: MXNet crash while getting output of the network URL: https://github.com/apache/incubator-mxnet/issues/9438#issuecomment-358415371 @kice Would it be possible to share a sample image and the trained model parameters?