zhijian-liu / torchprofile

A general and accurate MACs / FLOPs profiler for PyTorch models
https://pypi.org/project/torchprofile/
MIT License
560 stars 38 forks source link

No handlers found #19

Open HuCaoFighting opened 1 year ago

HuCaoFighting commented 1 year ago

UserWarning: No handlers found: "aten::gelu". Skipped. UserWarning: No handlers found: "aten::reshape". Skipped. UserWarning: No handlers found: "aten::permute". Skipped

zhijian-liu commented 1 year ago

This will not affect the results as these operators do not have MACs.