Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mynanshan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose that I am doing an inverse problem. I want to train the deepxde model with some rough data first, and then continue updating the trained neural network with a new dataset.
Then the question comes down to, how can I use the outcome as the initialization in the second training stage, or equivalently, change the dataset in the middle.
In the current deepxde framework with
model = dde.Model(data, net)
, it seems that we have to create a new model object whenever switching to a new dataset.Beta Was this translation helpful? Give feedback.
All reactions