Open marcnunezc opened 2 years ago
It is as expected because we don't have test data for low-fidelity.
Then the code runs only for 1 epoch and then it stops. Is that expected for the example?
I see this is set here
Is there a way to set up the model at initialization so that the run does not stop?
Yes, you are right. Please install the updated version v1.1.2.
If you install DeepXDE>1.1.2, such as 1.1.3, then in order to have exactly the same behavior as before, see https://github.com/lululxvi/deepxde/releases/tag/v1.1.3
Thank you, that works.
Final question:
The figure obtained for the dataset run is:
In comparison, this is the one obtained for the function version:
For the upper curve, some training dots are 0. Is this correct?
You can ignore those points.
Hi,
When running the example that reads from a dataset (the function version works fine):
https://github.com/lululxvi/deepxde/blob/master/examples/function/mf_dataset.py
I get a NaN in one of the test loss outputs:
Is there a problem with my env setup?
I am running with:
Thanks