Giter Club home page Giter Club logo

Comments (5)

braindotai avatar braindotai commented on August 10, 2024 1

Can anyone please explain what is bit/dimension... I've just started working with GANs, almost every 2nd paper now days comes with some form of bit/dimension metric, I tried really hard to find any literature on it but no information is out there.

Or can anyone at least provide me with any source (repo) using which I can compute this metric on my own generated data?

from glow-pytorch.

rosinality avatar rosinality commented on August 10, 2024

You can find it at this line https://github.com/openai/glow/blob/master/model.py#L185. Basically it is same as reddit posts. (Subtract log(n_bits) and change log base to 2) I used same formula with tensorflow implementations, but I haven't directly compared a numbers.

from glow-pytorch.

tangbinh avatar tangbinh commented on August 10, 2024

Thanks, I'm sure your loss function is comparable to that in the Tensorflow implementation. My question is about how it is related to bits per dimension.

I don't think this bits_x number is comparable to bits per dimension as in the paper. In fact, when I ran the Tensorflow code on CIFAR10, I could get bits_x as low as 2.94 after about 60 epochs (and it definitely gets lower after more training), but the reported value for bits per dimension is 3.35.

from glow-pytorch.

rosinality avatar rosinality commented on August 10, 2024

I don't know why but it should match. You can also refer to this. openai/glow#43

from glow-pytorch.

tangbinh avatar tangbinh commented on August 10, 2024

Never mind. I think you're right. bits_x is what they meant by bits per dimension. I was looking at training statistics, which of course are lower than test statistics.

from glow-pytorch.

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.