ThomasDelteil commented on issue #14143: test_autograd.py freezing on shipped 
version of mxnet
URL: 
https://github.com/apache/incubator-mxnet/issues/14143#issuecomment-465311376
 
 
   @perdasilva I couldn't reproduce:
   ```
   python test_autograd.py
   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)
   training acc at epoch 0: accuracy=0.901417
   training acc at epoch 1: accuracy=0.964967
   training acc at epoch 2: accuracy=0.976367
   training acc at epoch 3: accuracy=0.982900
   training acc at epoch 4: accuracy=0.987100
   ```
   Note that this test downloads a file, is it possible that your environment 
prevents downloads?

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