ma-xu/pointMLP-pytorch

Cite your work

xiaobaitu123344 opened this issue · 2 comments

Thank you very much for your creative work, I would like to cite your paper, but have encountered a small problem about how to use from torchstat import stat to calculate FLOPs.

ma-xu commented

We didn't report the flops because some operations are implemented by cuda. You can try https://github.com/facebookresearch/fvcore

Thank you very much for your answer