Coder Social home page Coder Social logo

ib-inn's People

Contributors

ardizzone avatar dependabot[bot] avatar kleesiek avatar wapu 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

Watchers

 avatar  avatar  avatar

ib-inn's Issues

Question on Splitting

Hi - thanks for sharing your code! Quick conceptual question: I believe the architectures in this work do split off their latent codes using intermediate output nodes (unlike what's recommend in the FrEIA repo). I'm wondering why this was not done? Is it not really necessary?

Main file generation func

Hi, thanks for a very appreciated code base.

It seems, that some code is missing from the repo.
In particular, the generate argument in main.py doesn't work due to an import of a not existing evaluation.generation function.

Is that, by chance, something that you forgot to commit?

Thank you in advance!

Is the computed BPD wrong?

Hi,

There may be a mistake in the reported bits per dimension for your CIFAR10 experiments.
In particular, it seems like they are computed by this code, which either accounts for normalization (dividing by 256) or adding "sigma noise".

Code copy-pasted here:

bpd = output['L_x_val'].item()
if eval(args['data']['dequantize_uniform']):
    bpd += np.log(256)
else:
    bpd += np.log(data.sigma) + 0.5 * np.log(2 * np.pi)
bpd -= 0.5 * np.log(2*np.pi)
bpd /= np.log(2)

However, it seems from the config files that both cfg['data']['dequantize_uniform'] and cfg['data']['sigma_noise'] are turned on at once.

Please correct me if I am wrong.

Once again, thanks for a very well done code base.

A small question

Hi,
This paper is a great work. Thanks for the codes.
I would like to enquire about the line 193 in VIB.py.
Why is the variable ‘‘statistics’’ subtract 5 ?
Thanks

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.