Replies: 1 comment
-
|
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.
-
Hi,
I'm currently using deepxde to do ice sheet modeling , TensorFlow2 backend.
I would like to ask if it is possible to make
deepxde.nn.PFNNto be able to handle output layers defined by a list, instead of by an integer.For example,
deepxde.nn.PFNN([2, [20,20,20], [20,20,20], [2,2,1]],"tanh", "Glorot uniform")which is a parallel net with 2 inputs, and 5 (in total) outputs, but clustered into 2,2,1. In this case, we will get 3 parallel nets, but 5 different output.
Beta Was this translation helpful? Give feedback.
All reactions