-
Notifications
You must be signed in to change notification settings - Fork 8
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
More Than Two Dimensions #4
Comments
It's hard to say without seeing all the script and error logs. But I'm assuming you are having trouble in the forwarding step, right? |
I can write a more straightforward example for the wave equation and share the ipynb, if it can facilitate our discussion. If you think that is a good idea, I can upload it now. |
The thing is that I'm very busy for the next 2/3 weeks, so I can't commit to helping you bc if it is something that takes too long, I can't afford the time to spare. I'm sorry. |
Your layer_sizes look good, btw. |
@caio-davi Thank you for the beneficial discussions so far!
I'm expanding the burgers example to 3D (2D space and 1D time), but things got a bit confusing for me for the initial and boundary conditions.
I try to define them as follows:
and modified the training functions as follows:
but when I tried to run:
I got this error:
Any ideas on how to work around this?
Thanks again!
The text was updated successfully, but these errors were encountered: