grance199981

Results 1 issues of grance199981

from spikingjelly.activation_based import neuron class SpikeTrace_LIF_Neuron(neuron.LIFNode): def __init__(self, tau: float = math.exp(1.0)/(math.exp(1.0)-1), decay_input: bool = False, v_threshold: float = 1., v_reset: float = None, surrogate_function: Callable = None, detach_reset: bool...

question