Code Monkey home page Code Monkey logo

Comments (6)

vdumoulin avatar vdumoulin commented on July 24, 2024 1

We use the tildes to differentiate the direct convolution view of the transposed convolution from the transposed convolution view itself.

I'm pretty sure the equation in relationship 13 is correct (you can verify that by solving the equation in relationship 6 for i, which corresponds to o' in the transposed convolution case), but we could maybe make that clearer by making use of relationship 2 on the direct convolution view:

\tilde{i}' = i' + (s - 1)(i' - 1),
        o' = (\tilde{i}' - k') + 2p' + 1
           = (i' + (s - 1)(i' - 1) - k) + 2(k - p - 1) + 1
           = s(i' - 1) + k - 2p

from conv_arithmetic.

dwf avatar dwf commented on July 24, 2024

Yeah, the equation for o should use i, not i'. And you probably want to lose the tildes too.

from conv_arithmetic.

dwf avatar dwf commented on July 24, 2024

If i' contains a multiplication by s then you have an s^2 term in there, don't you?

from conv_arithmetic.

vdumoulin avatar vdumoulin commented on July 24, 2024

I'm not sure I understand what you mean.

from conv_arithmetic.

dwf avatar dwf commented on July 24, 2024

What exactly is i' in this situation? I see only tilde-i'.

On Thu, Mar 31, 2016 at 1:02 PM, vdumoulin [email protected] wrote:

I'm not sure I understand what you mean.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#2 (comment)

from conv_arithmetic.

vdumoulin avatar vdumoulin commented on July 24, 2024

i' corresponds to the input size of the transposed convolution or, alternatively, the output size of the converse convolution.

from conv_arithmetic.

Related Issues (20)

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.