JQ
JQ
Hi, thanks for your great works. In EventSR, you use _image sharpening_ and _image variance_ for stacked events, could you give me some suggestions to implement these two operations. Could...
Hi, thanks for your great work! How can I get different resolution events but have the same field of view by setting image_height, image_width and data in .yaml?
Hi, could you give me some suggestions about the following error? Thx ``` pydev debugger: process 224361 is connecting Connected to pydev debugger (build 202.7660.27) Training: dimp saot 3612 2964...
``` class ParametricLIFMultiStep(torch.autograd.Function): @staticmethod def forward(ctx, x_seq, v, v_threshold, v_reset, alpha, detach_reset, grad_surrogate_function_index, reciprocal_tau, detach_input): if v_reset is None: raise NotImplementedError spike_seq, v_next, grad_s_to_h, grad_v_to_h, grad_h_to_rtau = _C_neuron.ParametricLIF_hard_reset_fptt_with_grad(x_seq, v, v_threshold,...