3D depthwise separable convolution

Dear TF community people,

I am looking for a 3D depthwise separable convolution. Apparently, the current version of TF does not include this implementation (If I misunderstand, please let me know). I am wondering if there is any way to use 3D depthwise separable convolution using Tensorflow and Keras. All I was able to find is the following one from GitHub: GitHub - alexandrosstergiou/keras-DepthwiseConv3D: Keras w/ Tensorflow backend implementation for 3D channel-wise convolutions

Regards,
Evan

Hi @Evan_Um, Welcome to TF Forum!

Yes, currently there is no implementation for depthwise 3D. As this is a feature request type of issue could you please raise an issue in github. Thank You.