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!! #12

Closed Hengwei-Zhao96 closed 3 years ago

Hengwei-Zhao96 commented 3 years ago

Thanks for your good job, but I found some problems:

No handlers found: "aten::group_norm". Skipped. No handlers found: "aten::floor_divide". Skipped. No handlers found: "aten::upsample_bilinear2d". Skipped.

zhijian-liu commented 3 years ago

I've updated handlers for these operators. Please install the latest version (v0.0.3) and verify whether the issue has been resolved. Thanks!

Hengwei-Zhao96 commented 3 years ago

Thanks! These issues have been resolved.