jinhuang415 commented on issue #10504: Can MXNet operator profiling work well 
using gluon model?
URL: 
https://github.com/apache/incubator-mxnet/issues/10504#issuecomment-380661980
 
 
   For selective profiling, I figured out myself that we need to use 
`mx.profiler.set_config(profile_imperative=True, profile_symbolic=False, 
profile_memory=False, profile_api=False, filename='profile_output.json')` to 
set related profile types to False since the default type is True.

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