MinkowskiEngine
MinkowskiEngine copied to clipboard
How to count FLOPs/MACs for MinkowskiEngine model?
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
I guess the pytorch profiler only supports native pytorch functions. You would have to create a function that extends the profiler for MinkowskiEngine
Hi @ecr23xx and @chrischoy , have you ever created a function that can achieve this?