Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo code Question #9

Open
AlderMen opened this issue Feb 27, 2025 · 0 comments
Open

Demo code Question #9

AlderMen opened this issue Feb 27, 2025 · 0 comments

Comments

@AlderMen
Copy link

Hello,
I downloaded the data of the Burgers equation you provided and inserted it into your demo program to run it, but an error message appeared:

These are the information of Burgers equation:

Burgers Dataset has been loaded successfully!
X train shape: torch.Size([1000, 256, 1]) Y train shape: torch.Size([1000, 256])
X test shape: torch.Size([200, 256, 1]) Y test shape: torch.Size([200, 256])
The autoencoder type is MLP.
KNO2d model is completed.
Koopman Model has been compiled!
The Model Parameters Number is  526026

This is the code error message:
RuntimeError: mat1 and mat2 shapes cannot be multiplied (16384x1 and 10x32)

Could you help me solve this problem? Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant