MinkowskiEngine icon indicating copy to clipboard operation
MinkowskiEngine copied to clipboard

How to count FLOPs/MACs for MinkowskiEngine model?

Open ecr23xx opened this issue 5 years ago • 2 comments
trafficstars

Hi,

Can you provide an example about how to calculate FLOPs/MACs for MinkowskiEngine model? It seems the pytorch profiler (e.g., Lyken17/pytorch-OpCounter) could not work on MinkowskiEngine model.

Best Regards

ecr23xx avatar Mar 28 '20 02:03 ecr23xx

I guess the pytorch profiler only supports native pytorch functions. You would have to create a function that extends the profiler for MinkowskiEngine

chrischoy avatar Apr 02 '20 05:04 chrischoy

Hi @ecr23xx and @chrischoy , have you ever created a function that can achieve this?

BIT-MJY avatar Mar 11 '23 02:03 BIT-MJY