Giter VIP home page Giter VIP logo

xception-pytorch's Issues

Please add license

Hi,

Can you please add license to your code. Otherwise it cannot be used by others.

Thanks

Pretrained weights dimension mismatch

Hi @tstandley,

Thanks for the great implementation. I tried to use the pretrained weights but it gives me shape mismatch error for each conv layer. Below is a sample output for one layer. My pytorch version is 0.4.

While copying the parameter named "block1.rep.0.conv1.weight", whose dimensions in the model are torch.Size([64, 1, 3, 3]) and whose dimensions in the checkpoint are torch.Size([64, 3, 3]).

Is the definition of SeparableConv2d wrong ?

hi~, I find that the forward function of SeparableConv2d class is different from Xception paper definition.
In Xception, the order of separable convolution operation should be 1x1 convolution first(pointwise convolution) and then depthwise convolution.
what do you think?

Confusion on Depthwise Separable Convolution

In the paper, we see that in Depthwise Separable Convolution, first we pass the input through Conv1x1 and then through conv3x3. That is the order of the operation changes. But in the code in this repo and other repos, its done otherwise. Am I missing anything or my understanding is wrong?

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.