Lyken17 / pytorch-OpCounter

Count the MACs / FLOPs of your PyTorch model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why these are zero ops ? relu/dropout/pool

lk137095576 opened this issue · comments

zero_ops = ( nn.ReLU, nn.ReLU6, nn.Dropout, nn.MaxPool2d, nn.AvgPool2d, nn.AdaptiveAvgPool2d, )
zero op? there are no computation? or some reason?