Skip to content
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

Closed
alexvicegrab opened this issue Mar 8, 2017 · 8 comments
Closed

SeparableConv3D #5639

alexvicegrab opened this issue Mar 8, 2017 · 8 comments

Comments

@alexvicegrab
Copy link

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

@alexvicegrab
Copy link
Author

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!

@unrealwill
Copy link

@Danielhiversen
Copy link
Contributor

@alexvicegrab did you found a solution to this?

@fchollet
Copy link
Member

fchollet commented May 7, 2017

You can implement a slow version of SeparableConv3D using SeparableConv2D with constrained kernels. Depthwise convolution is a specific configuration of regular convolution.

Otherwise, you should wait for the available of a 3D sep conv op in TensorFlow.

@alexvicegrab
Copy link
Author

alexvicegrab commented May 19, 2017

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.

@stale stale bot added the stale label Aug 17, 2017
@stale
Copy link

stale bot commented Aug 17, 2017

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.

@stale stale bot closed this as completed Sep 16, 2017
@petoor
Copy link

petoor commented Feb 10, 2021

Any idea of when (if?) This is being implemented. This issue is from 2017 and there still is no SeparableConv3D for tensorflow or keras.

@zx-lhb
Copy link

zx-lhb commented Apr 7, 2023

oh, here i am too is looking for SeparableConv3D, surprising to find it has not been implemented in tensorflw2.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants