Using Custom spike generation processes in Lava-DL as input #376
Unanswered
JDRanpariya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Team
I have a custom process called
SpikeGenerator
and I have implemented two ProcessModels for it which differs inClassName
and implementation ofrun_spk
method.I would like to know how can I choose between those
ProcessModels
in my code based on either ClassName or tag.In lava-nc I can use spike__gen.s_out and pass it to first layer, but how can I use the spiketrain generated data in a lava-dl Network, where I plan to use it as input? Do I have to make it work with torch data loader? what's the recommended way to use generated spikes data into Lava-dl Network?
Beta Was this translation helpful? Give feedback.
All reactions