Lyken17 / pytorch-OpCounter

Count the MACs / FLOPs of your PyTorch model.
MIT License
4.9k stars 528 forks source link

A typo in evaluate_famous_models.py #186

Closed lvmingzhe closed 2 years ago

lvmingzhe commented 2 years ago

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

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

Lyken17 commented 2 years ago

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

lvmingzhe commented 2 years ago

Roger that. I will do it.