Skip to content
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

SNN参数量和运算代价计算 #579

Open
1439278026 opened this issue Sep 9, 2024 · 7 comments
Open

SNN参数量和运算代价计算 #579

1439278026 opened this issue Sep 9, 2024 · 7 comments

Comments

@1439278026
Copy link

请教一下SNN的参数量如何计算,包括FLOPs(MAC乘法,AC加法),Params。

@Met4physics
Copy link
Contributor

SNN的参数量就是conv层这些的参数量,你可以直接用pytorch summary获取,SNN中不使用浮点数乘法,一般用SOP衡量计算量

@zhangxiaodi
Copy link

SNN的参数量就是conv层这些的参数量,你可以直接用pytorch summary获取,SNN中不使用浮点数乘法,一般用SOP衡量计算量

我想咨询一下如何计算SNN网络功耗呢?我在淘宝上基本上看不到有neuromorphic开发板的购买链接。

@Met4physics
Copy link
Contributor

SNN的参数量就是conv层这些的参数量,你可以直接用pytorch summary获取,SNN中不使用浮点数乘法,一般用SOP衡量计算量

我想咨询一下如何计算SNN网络功耗呢?我在淘宝上基本上看不到有neuromorphic开发板的购买链接。

可以参考这篇文章Diet-snn: Direct input encoding with leakage and threshold optimization in deep spiking neural networks,另外一般不会上板子做实验

@zhangxiaodi
Copy link

他不上板子做实验 这个文章的功耗估计可靠吗?

@Met4physics
Copy link
Contributor

他不上板子做实验 这个文章的功耗估计可靠吗?

没有办法,板子很难弄到

@zhangxiaodi
Copy link

对了,有没有SNN模型估算功耗的代码吗

@Bullboyking
Copy link

他不上板子做实验 这个文章的功耗估计可靠吗?

没有办法,板子很难弄到

这个算法有在speck开发板上部署吗?我看到有在nature communication发表文章(姚满)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants