jonatan1626 commented on issue #17159: Performance regression from 1.4.1 to 
1.5.1
URL: 
https://github.com/apache/incubator-mxnet/issues/17159#issuecomment-568655614
 
 
   Thanks @wuxun-zhang you can find the scripts here: 
https://github.com/jonatan1626/mxnet_performance
   
   the folder build_mxnet contains the docker build for mxnet. I put the commit 
number in the Dockerfile of the mxnet version that I want to build.
   Build using`docker build -t mxnet .` within that directory
   Then `docker run -it mxnet bash`. The wheel can be found in the `dist` 
directory.
   
   I copy that out and then pip install it to the instance.
   
   I then go to the `perf_script` folder and run `python gluon_resnext50.py 
--iteration 10000`. That will take a little while and print out the numbers I'm 
reporting!
   
   Let me know if you run into any issues! I am having trouble building 1.6 and 
the latest master using this way, am currently trying to figure out what's 
wrong.
   

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

Reply via email to