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
{{ message }}
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
Goodmorning,
I'm a beginner and this is the first time that I use Keras to implement a neural network.
I would write the same network of this link with the same activation function and forward mechanism.
I see that there is a tool that convert ONNX models to Keras models, but it seems that doesn't work fine with this code.
So I would translate it manually from Pytorch to Keras.
I have some questions:
-how can I write in Keras the activation function:
Goodmorning,
I'm a beginner and this is the first time that I use Keras to implement a neural network.
I would write the same network of this link with the same activation function and forward mechanism.
I see that there is a tool that convert ONNX models to Keras models, but it seems that doesn't work fine with this code.
So I would translate it manually from Pytorch to Keras.
I have some questions:
-how can I write in Keras the activation function:
-how can I write in Keras the membrane potential update mechanism:
Thanks in advance for your time and your help.
The text was updated successfully, but these errors were encountered: