perdasilva commented 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. 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to