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 2019/02/20 07:32:47 UTC

[GitHub] perdasilva edited a comment on issue #14143: test_autograd.py freezing on shipped version of mxnet

perdasilva edited a comment on issue #14143: test_autograd.py freezing on shipped version of mxnet
URL: https://github.com/apache/incubator-mxnet/issues/14143#issuecomment-465458528
 
 
   Wow. That's very strange. Seems to be working for me now as well. Same machine, same internet connection, same docker image. But interestingly, it didn't fail on downloading the data. It would hang on the `name, acc = metric.get()` line, from memory. 
   
   My output would just be: 
   
   ```
   DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): data.mxnet.io
   DEBUG:urllib3.connectionpool:http://data.mxnet.io:80 "GET /mxnet/data/mnist.zip HTTP/1.1" 200 11595270
   INFO:root:downloaded http://data.mxnet.io/mxnet/data/mnist.zip into data/mnist.zip successfully
   [21:09:37] src/io/iter_mnist.cc:110: MNISTIter: load 60000 images, shuffle=1, shape=(100,784)
   [21:09:37] src/io/iter_mnist.cc:110: MNISTIter: load 10000 images, shuffle=1, shape=(100,784)
   ```
   and hang.
   
   Well - good to know it's not happing anymore.  I will close it.

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