Coder Social home page Coder Social logo

grad of grad about torch-autograd HOT 7 CLOSED

twitter-archive avatar twitter-archive commented on June 15, 2024
grad of grad

from torch-autograd.

Comments (7)

lukealonso avatar lukealonso commented on June 15, 2024

@davidBelanger thanks for the test. There are a few functions used internally in the gradient definitions that don't yet have a gradient definition themselves, so you get a missing gradient error when we try to compute the grad of grads of those functions. We'll be adding those soon - will update the ticket when it's done.

from torch-autograd.

davidBelanger avatar davidBelanger commented on June 15, 2024

I was just poking around a bit to see if I could implement the gradient for fillSameSizeAsInPlace myself. It's very confusing to me, since I can't see where util.fillSameSizeAsInPlace is called from anywhere, from either torch-autograd or any torch project more generally. Where is this call happening?

from torch-autograd.

brianzhang01 avatar brianzhang01 commented on June 15, 2024

If tests and maybe an example could be added for grad of grad when it's fixed, that would be great too.

David, I believe the call is coming through an aliased function called fillSameSizeAs.

from torch-autograd.

alexbw avatar alexbw commented on June 15, 2024

That's true. All of the "inPlace" operations are aliases used in the optimize=true codepath.
Would definitely appreciate PRs w/ tests and fixes!

from torch-autograd.

alexbw avatar alexbw commented on June 15, 2024

FYI, an update. We're only missing gradients for the following functions:

repeatTensor
setNotEqual
selectSliceCopy
narrowSliceCopy
indexAdd

Once those are defined, I believe 2nd and higher-order gradients will be fully supported in optimize=true mode. 2nd order gradients will not be supported in the default optimize=false mode, and will not be for the foreseeable future.

from torch-autograd.

alexbw avatar alexbw commented on June 15, 2024

Supported in #83. Still some Lua version-specific errors, will fix and merge soon.

from torch-autograd.

alexbw avatar alexbw commented on June 15, 2024

Fixed with PR #83

from torch-autograd.

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.