network structure c...
 
Notifications
Clear all

network structure constraints: order of layers

1 Posts
1 Users
0 Likes
1,039 Views
0
Topic starter

What execution order should I be aware of when I am implementing a sequential structure?

This topic was modified 9 months ago 2 times by marvinfan
1 Answer
0
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 9 months ago by marvinfan
Share:
Close
Back To