-
|
Hello, how do you call the solution after the training is done ? Because when I use, say, model.compile(3) I get Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
|
You can use |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the quick answer, but can you please give me a quick example ? Sorry and thanks ! |
Beta Was this translation helpful? Give feedback.
-
|
Check the example: https://github.com/lululxvi/deepxde/blob/master/examples/Burgers.py |
Beta Was this translation helpful? Give feedback.
-
|
But for one single point ? e.g y is the solution, how to write y(3) ? Again, sorry for the noobish questions |
Beta Was this translation helpful? Give feedback.
-
|
Then use |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much, you're a godsend ! |
Beta Was this translation helpful? Give feedback.
Then use
X = np.array([[3]]).