I want to build a convolutional neural network using scary convolution as a layer using TF. What is the sequence of layers that I should have?
1. The first normal convolution followed by a join
2. After the Black Convolution
Is the sequence clear?
source
share