Code Monkey home page Code Monkey logo

transformer-physx's People

Contributors

nickgeneva 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  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  avatar  avatar  avatar  avatar

transformer-physx's Issues

Cannot import function in predict_lorenz.py

Hi, I got the error where these functions can't be found.
from trphysx.data_utils import AutoDataset, AutoPredictionDataset
from trphysx.data_utils.data_utils import EvalDataCollator
from trphysx.data_utils.dataset_lorenz import LorenzPredictDataset

is there any updated code?
Please advice
thanks

Conv LSTM

Hi, i have an issue with the input of ConvLstms yu presented it in the benchamrk for the paper. Wht is th input is it a mask or initial conditions. Thanks a lot.

Error cell [14] issubclass() arg 1 must be a class

Hello,

Thank you very much for this amazing work.
I am trying to understand a bit better differentiable physics for fluid dynamics and this would help me a lot.

However when I am trying to run your code there is an error on cell 14 that I was unable to solve. Maybe due to an update of HfArgumentParser? Everything ran well on the previous cells (except for a small typo on cell 5 where there were some spaces after the '%' sign but that's straight forward to fix)

Do you have an idea on how to fix it and run your code?

Thank you very much

Fluid_error

Maybe a mistake in the current code.

Dear authors:

Thanks for your interesting and inspirational work! But I think there may be a minor mistake in the provided codes. In the file embedding_lorenz.py, the following codes are included

        # Test accuracy of one time-step
        for i in range(xInput.size(1)):
            xInput0 = xInput[:,i].to(device)
            g0 = self.embedding_model.embed(xInput0)
            yPred0 = self.embedding_model.recover(g0)
            yPred[:,i] = yPred0.squeeze().detach()

        test_loss = mseLoss(yTarget, yPred)

I think it should be

        # Test accuracy of one time-step
        for i in range(xInput.size(1)):
            xInput0 = xInput[:,i].to(device)
            g0 = self.embedding_model.embed(xInput0)
            g0 = self.embedding_model.koopmanOperation(g0)
            yPred0 = self.embedding_model.recover(g0)
            yPred[:,i] = yPred0.squeeze().detach()

        test_loss = mseLoss(yTarget, yPred)

for its practical effect.

embeddings

Hi @NickGeneva very nice work!

do you plan to release the embedding modules (from ..embedding.embedding_model import EmbeddingModel) and one example of test?

thanks!

Data for the Lorenz example

Hello!

Thank you for the interesting paper.

Could you please share the data you used for the Lorenz benchmark?

Thank you

About the lorenz system

Hello!

Thanks for your exciting work!

I'm confused about the result of the Lorenz system. The paper shows that the Lorenz system's prediction results are perfect, but I can't reproduce it based on the currently provided code. Moreover, the run results provided in Colab are also not great enough (states error stay 18). I really want to know what caused this.

Thank you very much!

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.