-
Notifications
You must be signed in to change notification settings - Fork 19.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SeparableConv3D #5639
Comments
Looking deeper it looks like this needs to wait for the TF people to implement a separable_conv3d which requires a native 3D version of depthwise convolution. Difficult to find in the source code where this is implemented in 2D, any pointers would be appreciated! |
@alexvicegrab did you found a solution to this? |
You can implement a slow version of Otherwise, you should wait for the available of a 3D sep conv op in TensorFlow. |
Hi @unrealwill @fchollet, thanks for the pointers. Ended up leaving project for which this was needed, so won't contribute a solution myself this time. Feel free to either close the issue, or keep it open (as an enhancement, etc.) in case someone else needs this functionality. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 30 days if no further activity occurs, but feel free to re-open a closed issue if needed. |
Any idea of when (if?) This is being implemented. This issue is from 2017 and there still is no SeparableConv3D for tensorflow or keras. |
oh, here i am too is looking for SeparableConv3D, surprising to find it has not been implemented in tensorflw2.11 |
Hi,
This is more of a feature request or question than an issue, is there a straightforward way of implementing SeparableConv in 3D, as I'd like to try port the Xception architecture to medical images in 3D, and it may also be useful to people doing video.
Thank you,
Sasha
The text was updated successfully, but these errors were encountered: