-
@lululxvi,I'm so sorry to bother you. I use deepxde to solve the pde in this paper s://asmedigitalcollection.asme.org/heattransfer/article/143/6/060801/1104439/Physics-Informed-Neural-Networks-for-Heat-Transfer the pde as follows:
And the input layer can only feed a tensor of shape (?, 2), I can't figure out what did I input. My program is stuck now without any error. |
Beta Was this translation helpful? Give feedback.
Answered by
Lastilla
Nov 4, 2022
Replies: 1 comment 3 replies
-
My program can run but it is slow, that's my layer size |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Lastilla
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My program can run but it is slow, that's my layer size
layer_size = [2] + [60] * 12 + [5]
.