Smoothed Dilated Convolutions in Keras(Not official, maybe improper, only for reference)
SmoothedDilatedLayer1D is used to deal with the input like [batch, length, filters]
https://github.com/divelab/dilated
Smoothed Dilated Convolutions for Improved Dense Prediction
-
Add 2D convolution layer
-
Add SSC method