Skip to content

About using NMNIST dataset, num_steps=300, dt=1000 #57

Answered by jeshraghian
mountains-high asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @asselkembay!

For future reference, please use the Discussions forum for questions so that the Issues can be used for tracking bugs and adding features :)

num_steps refers to the number of time steps being simulated, and dt is the integration window of the events in microseconds.

In a recurrent neural network, the number of steps corresponds to the length of the input sequence. You can change the sequence length of the input using num_steps.

The NMNIST dataset was filmed using a DVS Camera which generates a variable number of events at any time step.
If dt=1, then your input would catch very few events at each time step.
If dt=1000, then you are passing in many more (1ms worth) events …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mountains-high
Comment options

@jeshraghian
Comment options

@mountains-high
Comment options

Answer selected by jeshraghian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #56 on July 20, 2021 23:49.