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 2017/12/05 09:00:17 UTC

[GitHub] mangojiez opened a new issue #8952: when convert predict's output to numpy, halted at asnumpy() @cpu docker

mangojiez opened a new issue #8952: when convert predict's output to numpy, halted at asnumpy() @cpu docker 
URL: https://github.com/apache/incubator-mxnet/issues/8952
 
 
   Problem:
   when convert predict's output to numpy, halted at asnumpy()
   code:
   self.executor.forward()
   output = self.executor.outputs
   prob = output[0].asnumpy()
   
   debug:
   mxnet/ndarray.py, line 911, in asnumpy (self=<NDArray at remote 0x7fad1a284f90>, data=<numpy.ndarray at remote 0x7facfc6e97b0>)
   /mxnet/ndarray.py, line 150, in __repr__ (self=<NDArray at remote 0x7fad1a284f90>, x=5911L, shape_info='1500x5911')
   
   env:
   1?CPU Docker
   2?Centos
   3?output[0] size is 1500*5911
   4?run in tornado httpserver instance

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