-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can this project support count MACs of a onnx model ? #1
Comments
Hello @hyuan-kamuda. The project is in progress now. It supports basic layers such as Conv, Linear, some activations. You can try to calculate number of MACs using CLI (see more in readme). |
I tried below My enviorment: CentOS8 (py37) [hyuan@localhost ~]$conda list Name Version Build Channel Following your project readme install but met below errors, could you pls help? $ pip install onnx_opcounter |
Searching "onnx MACs" to reach this project , I am finding a onnx model profiler tool like "https://github.com/Lyken17/pytorch-OpCounter" , need to use the tool to count onnx models' MACs
Thanks lot
The text was updated successfully, but these errors were encountered: