koshian2 / OctConv-TFKeras

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want to insert OctConv into my network, is it just to replace Conv2d with OctConv2D?

woodcss opened this issue · comments

Excuse me. If I want to insert OctConv into my network, is it just to replace Conv2d with OctConv2D?