Giter Site home page Giter Site logo

stochastic_normalizing_flows's People

Contributors

franknoe avatar jonkhler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

stochastic_normalizing_flows's Issues

LICENSE for repository

Thanks for open sourcing this code. I would be interested in trying it out at DeepMind, but it makes it difficult unless the license is specified in the repository. If that is something you are able to do, it is most straightforward if you put in a LICENSE file. I can try if it has for instance Apache 2.0 or MIT though of course I can't advise you what license works best in your case. At DeepMind we use Apache 2.0. Happy to discuss further. Thanks very much,
Alex

Reproducing LangevinVAE result in Table 3

Thanks for your insightful paper and sharing code.

I run your shared code on experiment 4 MNIST, I can reproduce results claimed in Table 3 except LangevinVAE. It reported NLL around 200 in multiple runs.

I notice there could be a bug in your code, the line misses y in calling interpolated_force. But the results didn't change even I changed to

x1 = x + stepsize * self.interpolated_force(x, y, lambda_) + torch.sqrt(2*stepsize) * torch.randn_like(x)

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.