Lyken17 / pytorch-OpCounter

Count the MACs / FLOPs of your PyTorch model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A typo in evaluate_famous_models.py

lvmingzhe opened this issue · comments

Line 13 : print("%s | %s | %s" % ("Model", "Params(M)", "FLOPs(G)"))

I doubt that "FLOPs(G)" here should be "MACs(G)".

 Thanks for the reminder. Could you scratch a PR to help fix? I am travelling and might be unable to code,

Roger that.
I will do it.