30/08/2023 10:33 am
Topic starter
Notifications
Clear all
0
What execution order should I be aware of when I am implementing a sequential structure?
This topic was modified 1 year ago 2 times by marvinfan
1 Answer
0
30/08/2023 10:33 am
Topic starter
You should be aware with the internal layer order. DYNAP-CNN techonology defines serveral layers that can be communicates each other. In a layer, the Convolution and Neuron activation must be implemented with an order like:
Conv–> IAF –>pool(optional)
Note: The cascaded convolution and neuron activation in a DYNAPCNN layer is not allowed.
To view further details, you could visit this documentation.
This post was modified 1 year ago by marvinfan