Replies: 4 comments
-
Check FAQ Q: I failed to train the network or get the right solution, e.g., large training loss, unbalanced losses. |
Beta Was this translation helpful? Give feedback.
-
I've read all of this FAQ, but I still don't quite understand how to reduce thescale of PDE. For example, divide the whole by a coefficient? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@w-venton |
Beta Was this translation helpful? Give feedback.
-
Hi everyone.
I am using deepxde to solve a two dimensional heat transfer problem, the following diagram shows the settings for some physical cases, I have made some attempts but the results are not very good.
How can I rescale, should I rescale the size? what's the meaning of making it [0,1]x[0,1]? I‘m little confused. Or should I rescale the T, just like T 30K, then output transform like lambda x,y: y*10?
I would really, really like to have your help!!
My code:
I really don't know where the problem is? the result in TCAD is below:
But my result is like below, when
Q_heat = 2e7/ (8940 * 385)
:when
Q_heat = 2e7/ (8940 * 385)
:And the loss is :
The loss of PDE didn't change...
I really need your help!!! please...
@lululxvi
Beta Was this translation helpful? Give feedback.
All reactions