Closed lvmingzhe closed 2 years ago
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.
Line 13 : print("%s | %s | %s" % ("Model", "Params(M)", "FLOPs(G)"))
I doubt that "FLOPs(G)" here should be "MACs(G)".