jinhuang415 opened a new issue #10504: Can MXNet profile work well using gluon 
model?
URL: https://github.com/apache/incubator-mxnet/issues/10504
 
 
   I tried 2 models written in Gluon with MKLDNN enabled and try to do operator 
level profiling, but the generated profile.json doesn't contain any operator 
information (while it contains MXNET_C_API profiling info), by checking MKLDNN 
library debug it is confirmed MKLDNN conv/pool/Eltwise OP is invoked. 
   
   I have set below env variables before start running gluon model but no use 
(it works well in previous MXNet version):
   export MXNET_EXEC_BULK_EXEC_INFERENCE=0
   export MXNET_EXEC_BULK_EXEC_TRAIN=0
   export MXNET_PROFILER_AUTOSTART=1
   
   Would any MXNet expert help to check if my configurations/steps are correct 
or if this is an issue for Gluon model profiling? Thanks.
   
   
   

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