You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a grad student very interested in implementing different STDP rules for DL image tasks. I just started and am having trouble running the docs example, in particular simulate! doesnt alter the state and the following line
simulates an static neuron for all the parameters I tried. I was wondering if someone could help me get started either debugging the docs example or with a working example of STDP
Thank you for your time!
Daniel,
P.D: tried it on Julia 1.4.2 and 1.6.2 in windows 10 (also there is a bug in the reset function, 0 should be a float64 0. )
The text was updated successfully, but these errors were encountered:
If you construct a Network with one Layer with one neuronLIF in it, does that work? It's possible that specifically the simulate!(::AbstractNeuron, ...) case is broken
Hello,
I am a grad student very interested in implementing different STDP rules for DL image tasks. I just started and am having trouble running the docs example, in particular simulate! doesnt alter the state and the following line
LIFsim = simulate!(neuronLIF, (t)->0.4*exp(-4t), 0.001, 0.250, track_state=true)
simulates an static neuron for all the parameters I tried. I was wondering if someone could help me get started either debugging the docs example or with a working example of STDP
Thank you for your time!
Daniel,
P.D: tried it on Julia 1.4.2 and 1.6.2 in windows 10 (also there is a bug in the reset function, 0 should be a float64 0. )
The text was updated successfully, but these errors were encountered: