-
Notifications
You must be signed in to change notification settings - Fork 104
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
Using my own Data #3
Comments
The code for PDE-Net 2.0 is stored in branch PDE_Net 2.0 |
Insead of applying PDE-Net (2.0) directly to your own problems, I recommand you to build your own codes upon the basic extension library aTEAM for further reseach.
See burgersdebug.py. We create(or load) a model, and print the analytic form of the learned PDE from the learned model. For example: |
Dear Zichao Long, I tried to run burgersdebug.py. But the error I got like below: How can I fix it? Thank you so much! |
Hello,
I've gotten the training, testing and plotting to work on my own set-up and have recreated your results. I see that the data PDE-Net is trained with is generated in the pdedata.py file. What is the best way to incorporate my own data and how do I feed it to PDE-Net?
Additionally, in PDE-Net 2.0 it is demonstrated that an actual equation can be output. How can I get PDE-Net to output the approximate PDE? Is there code available for PDE-Net 2.0?
The text was updated successfully, but these errors were encountered: