wuxun-zhang commented on issue #17159: Performance regression from 1.4.1 to 1.5.1 URL: https://github.com/apache/incubator-mxnet/issues/17159#issuecomment-568660925 @jonatan1626 Thanks for sharing. But, there is a issue when I tried to download image from S3 in my local machine. ``` (mxnet_v1.5) ΞΆ python gluon_resnext50.py --iteration 100 [ae78845] EIA context not available, trying GPU... GPU not available, trying CPU... Traceback (most recent call last): File "gluon_resnext50.py", line 24, in <module> run_resnext50_gluon(*parse_inputs()) File "gluon_resnext50.py", line 7, in run_resnext50_gluon img = load_image(dtype,bsize) File "/home/wuxunzha/mxnet_performance/perf_script/utils.py", line 19, in load_image s3.Bucket('perf-benchmark').download_file(s3_path, filename) ...... botocore.exceptions.NoCredentialsError: Unable to locate credentials ``` Could you temporarily upload the testing image and `resnext50` model files to github repo if file size is not too large? Thanks
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
