Exclusion of training points #1513
Unanswered
JinglaiZheng
asked this question in
Q&A
Replies: 1 comment
-
|
The usage of |
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.
-
Dear Dr. Lu
First of all thank you for this perfect library deepxde.
I have encountered two problems in calculating time-dependent partial differential equations in two-dimensional space domain, and I ask for your help here:
After undimensionalization and scaling, my space domain is a simple square with two vertices (0,0) and (1,1), my time domain is (0,1), I have Dirichlet boundary conditions u=0 on the left and lower boundary of this square, and Dirichlet boundary conditions u=1 on the right and upper boundary of this square. However, no matter how hard I try to adjust the hyperparameters, the total loss after long-term training is still very high, not less than 0.01. By using model.predict(input,operator=pde), I find that the residual difference at the junction of (0,1) and (1,0) is very large. Here two unequal Dirichlet boundary conditions are satisfied. There are two questions :
Thank you in advance for your help!
Shown here is my residual distribution using model.predict(operator=pde) and my code for trying to exclude boundary intersections:



Beta Was this translation helpful? Give feedback.
All reactions