Results 3 issues of yult

Hi, Firstly I want to thank you guys for making this repository public. Recently I am referring to your code and have some questions. 1. I have tried to use...

update source_video_name to get the real mp4 path

When calculating firing rate for the spiking neurons, `spike, rate = spike_rate(output[0])` was used. However, `output` is actually a `torch.tensor`, not a tuple, therefore this only takes spikes of the...