Zha0q1 opened a new issue #15243: Operator Aggregate Stats Duplication
URL: https://github.com/apache/incubator-mxnet/issues/15243
 
 
   When call profiler.dumps(), operators' call count is 2x the actual value. 
   
   This is because in ProfileOperator class in profiler.h, we are profiling a 
single operator call both as operator and as task (i.e. generating two events 
in the dump file for each operator call). However, in AggregateStats, we are 
simply mapping operator names to its stats. We should be a duplication check 
somewhere. 
   
   ![Screen Shot 2019-06-13 at 12 57 08 
PM](https://user-images.githubusercontent.com/16669457/59465326-7fa11f80-8ddf-11e9-9509-9c83fa1e7dcc.png)
   

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