fangwei123456 / spikingjelly

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

神经形态数据集处理的两种方法并用 #524

Open 2ephyrus opened 2 months ago

2ephyrus commented 2 months ago

Read before creating a new issue

For faster response

You can @ the corresponding developers for your issue. Here is the division:

Features Developers
Neurons and Surrogate Functions fangwei123456
Yanqi-Chen
CUDA Acceleration fangwei123456
Yanqi-Chen
Reinforcement Learning lucifer2859
ANN to SNN Conversion DingJianhao
Lyu6PosHao
Biological Learning (e.g., STDP) AllenYolk
Others Grasshlw
lucifer2859
AllenYolk
Lyu6PosHao
DingJianhao
Yanqi-Chen
fangwei123456

We are glad to add new developers who are volunteering to help solve issues to the above table.

Issue type

SpikingJelly version

0.0.0.0.2

Description

神经形态数据处理中,使用固定时间间隔积分方法,当duration取值很小时,耗时过长。如果只需要很小的时间步长,是否支持同时使用duration与frame_number这两个参数。

fangwei123456 commented 2 months ago

恐怕不行,只能用户根据想要的帧数量来调试超参数

2ephyrus commented 2 months ago

感谢作者的回复。