Code Monkey home page Code Monkey logo

bdimnna's People

Contributors

bensonren avatar yangxu351 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

bdimnna's Issues

The implementation of ballistics

Hi,

I found that the ballistics is implemented as (line127 in generate_ballistics.py)

 output[:, 1] = x2 - m / k / k * ((g*m + v2 * k) * exponential_part + g*t*k)

However, the formula in the original paper (Benchmarking Invertible Architectures on Inverse Problems) suggests

 output[:, 1] = x2 - m / k / k * (g*m + (v2 * k) * exponential_part + g*t*k)

Is this a bug?

Some questions about computing the results after training

Dear authors, I have run your codes to reproduce the results represented in your paper, but I cannot get the same results as yours. I just download the codes and did not change any parameters. I found the loss is a little different from yours. Is anything needed to modify when training or after training? I just run the evaluate.py after training the models. And can you tell me how to calculate the loss of the model on the meta-material dataset because it does not create a file of Ypred? The figure of the loss histogram is empty. Thanks a lot!

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.