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/05/15 05:56:33 UTC

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14955: [Feature request]Calculate network calculations tools for Gluon.

pengzhao-intel commented on issue #14955: [Feature request]Calculate network calculations tools for Gluon.
URL: https://github.com/apache/incubator-mxnet/issues/14955#issuecomment-492514795
 
 
   The Gflops is related to what kind of implementation is used and whether other optimization skills are applied.
   
   For example, the computation of direct, GEMM-based and Winograd convolution is really different. And if the convolution is fused with BN/Relu/Sum, the calculation is also changed.
   
   If you only care about how much OPs (Add, Mul, FMA) in the network at the runtime, I suggest to get it by profiling tools in a short time :)
   
   Anyway, this is a good proposal for the analysis and I also like it. 

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