koshian2 / OctConv-TFKeras

Unofficial implementation of Octave Convolutions (OctConv) in TensorFlow / Keras.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Octave Conv1D Layer Request

praneet195 opened this issue · comments

Hi,
Any implementation for the Conv1D layer?
Regards,
Praneet

@praneet195
I have not made Conv1D version. You should be able to replace oct_conv2d.py with Conv1D and reduce the number of kernel dimensions.