Replies: 1 comment
-
|
You did not provide a exact solution in data = dde.data.PDE(geom, ode_system, [ic1, ic2, ic3, ic4], 10000, 2)
...
model.compile("adam", lr=0.001) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am wondering if anyone could help figure out what is going wrong in my code. I'm attempting to solve the double pendulum problem, but it seems to failing in the training stage.
The error message shown is the following:
I am running this code on google collab.
Beta Was this translation helpful? Give feedback.
All reactions