Giter Club home page Giter Club logo

Comments (5)

thjashin avatar thjashin commented on May 27, 2024

Thanks @botev . This is good since it just keeps existing code behaviors unchanged. I've thought about this sticking-landing estimator but was focusing on how to do it in the variational objective which requires change of the api. Do you have interest in submitting a PR? We should appreciate it.

from zhusuan.

botev avatar botev commented on May 27, 2024

Sure, I'll be happy to make a PR.
Not use what kind of tests would be needed though?

from zhusuan.

thjashin avatar thjashin commented on May 27, 2024

A simple test that checks the gradient actually doesn't go through the log_p term in that way would be enough (e.g., log_p has no gradient w.r.t. parameters if givens are not samples). And if I'm right you only need to implement this for distributions that has a is_reparameterized argument (Normal, Concrete, etc.).

from zhusuan.

botev avatar botev commented on May 27, 2024

Ok and lastly do you want to have use_path_derivative as an argument to log_prob and _log_prob, to be as an attribute in the general Distribution class (like is_reparametrized) or attribute in the concrete classes. I think it should be an attribute to log_prob and _log_prob in the abstract Distribution class.

Also, could you point me out to how to compare the numeric results in your test suites? E.g. to verify it I will explicitly calculate the gradients and want to assert that they are all close to the correct ones.

from zhusuan.

thjashin avatar thjashin commented on May 27, 2024

I feel it's good to have it as an attribute to the Distribution class but you may need to actually do the stop_gradient in each concrete class because their parameters vary, just like how the is_reparameterized argument is dealt with.

from zhusuan.

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.