snntorch icon indicating copy to clipboard operation
snntorch copied to clipboard

training datasets of variable time steps

Open jeshraghian opened this issue 4 years ago • 0 comments

  • currently, the initialization of state variables step is only equipped for one common time step

possible solutions:

  • modifying the init step to adjust to the input first dimension
  • zero-extension along the time axis (sloppy fix, and might need a warning displayed to inform the user). Might be best for user to implement this themselves. Thoughts are welcome.

jeshraghian avatar May 04 '21 23:05 jeshraghian