You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/06/13 20:31:32 UTC

[GitHub] [incubator-mxnet] Zha0q1 opened a new issue #15243: Operator Aggregate Stats Duplication

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:
users@infra.apache.org


With regards,
Apache Git Services