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-569151429
 
 
   @apeforest Look at the code 
[here](https://github.com/jonatan1626/mxnet_performance/blob/master/perf_script/misc.py#L44),
 if I understood correctly, this script just use `try...except...` to determine 
the running context. `ctx = mx.eia()` fails with throwing an exception.
   
   @jonatan1626 Glad it works. Looks that the time consuming of `conv` and `fc` 
accounts for most of time(>90%). From the above profiling results, we didn't 
see any obvious performance drop for each operator, right? 

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