How to use deepxde to train an ODE model (time-dependent) using two datasets? #1854
Unanswered
sbalasbas3
asked this question in
Q&A
Replies: 1 comment
-
Use DeepONet or PI-DeepONet. |
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
-
I don't think the below code is correct, and I don't even know if deepxde can already do what I want. I wanted to train a model. I have two datasets and both are assumed to come from the same underlying model, but the initial conditions differ between dataset1 and dataset2. How can I fix this code to do what I want to do?
What I did is to basically just concatenate datasets 1 and 2 and I also tried to define the initial conditions through this:
My entire script would look like this, but I don't know if I am doing this properly???
Beta Was this translation helpful? Give feedback.
All reactions