fangwei123456 / spikingjelly

SpikingJelly is an open-source deep learning framework for Spiking Neural Network (SNN) based on PyTorch.
https://spikingjelly.readthedocs.io
Other
1.35k stars 239 forks source link

import lyngor和import lynpy时没找到相关文件,可以提供吗? #332

Closed moxueyingyan closed 1 year ago

moxueyingyan commented 1 year ago

我在尝试“在灵汐芯片上推理”,

在spikingjelly/activation_based/examples/lynxi_fmnist_inference.py文件中引用lynxi_exchange.compile_lynxi_model属性时,发生错误: AttributeError: module 'spikingjelly.activation_based.lynxi_exchange' has no attribute 'compile_lynxi_model'

在lynxi_exchange.py文件中import lyngor和import lynpy时提示错误,能否提供这两个文件?非常感谢作者的贡献!

fangwei123456 commented 1 year ago

这个是商业闭源的库,需要联系灵汐公司,我们不能提供

moxueyingyan commented 1 year ago

好的,感谢您的快速回复!

moxueyingyan commented 1 year ago

还想问一下,灵汐KA200芯片支持这个样例的推理么?

fangwei123456 commented 1 year ago

支持,这个例子里面用的就是KA200

moxueyingyan commented 1 year ago

哦,HP300搭载的3颗KA200芯片,那一颗KA200够用吗?

fangwei123456 commented 1 year ago

fmnist那个网络规模很小,一个KA200足够了

moxueyingyan commented 1 year ago

好的好的,非常感谢!