Skip to content

Order of the convolution #169

@andrewcheng2016

Description

@andrewcheng2016

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions