PistonY commented on issue #14955: [Feature request]Calculate network 
calculations tools for Gluon.
URL: 
https://github.com/apache/incubator-mxnet/issues/14955#issuecomment-492519863
 
 
   @pengzhao-intel I mean GFLOPs is not consider special further 
improvements.It's just standard calculated amount.
   For example, a Conv2d flops should be defined as:
   ```
   Assume that the input and output and kernel are square.
   
   O(conv2d-nobias) = K * K * Cin * M * M * Cout
   
   M = output feature map side length
   K = kernel size side length
   C(in/out) = Channels in/out
   ```

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


With regards,
Apache Git Services

Reply via email to