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