Closed Y1YU closed 2 years ago
It seems that ptflops only work when the input of the model only be one. If my model has two inputs, one is (3, 224, 224), one is (17), then it will report an error.
Hi! See https://github.com/sovrasov/flops-counter.pytorch/issues/14
Thank you for your answer. And I want to ask if 1 GFLOPs == 2 GMacs?
This was discussed in #16
It seems that ptflops only work when the input of the model only be one. If my model has two inputs, one is (3, 224, 224), one is (17), then it will report an error.