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

Order of the convolution #169

Open
andrewcheng2016 opened this issue Dec 21, 2023 · 0 comments
Open

Order of the convolution #169

andrewcheng2016 opened this issue Dec 21, 2023 · 0 comments

Comments

@andrewcheng2016
Copy link

According to "Xception: Deep Learning with Depthwise Separable Convolutions", the 1 x 1 pointwise convolution should be performed before the depthwise convolution. But it seems the order is reversed in def SepConv_BN().

Below is the quote:
The order of the operations: depthwise separable convolutions as usually implemented (e.g. in Tensorflow) perform first channel-wise spatial convolution and then perform 1x1 convolution, whereas Inception performs the 1x1 convolution first.

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

1 participant