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/08 03:58:27 UTC

[GitHub] shuokay opened a new issue #8997: gluon hang-up unexpectedly

shuokay opened a new issue #8997: gluon hang-up unexpectedly
URL: https://github.com/apache/incubator-mxnet/issues/8997
 
 
   ```python
   import mxnet as mx
   def get_net():
       net = mx.gluon.model_zoo.vision.resnet50_v1(pretrained=False)
       net.initialize()
       net.collect_params().reset_ctx(mx.gpu(0))
       return net
   
   if __name__ == "__main__":
       print get_net()
   ```
   save the code to `tmp.py` and run it with `python tmp.py`, after printing the net, it hang-up unexceptedly.

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