Optimizing multiple loss functions for similar problems #1067
marijanarra
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
If you can refine your idea and be specific, I can then answer your question. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Lu,
I would like to implement a solution that allows learning the solution of different (but similar enough) PDEs on the same domain or a single PDE on different (but similar enough) domains. The transfer learning approach doesn't reach a good level of generalization so I'd like to try something alike multiple-objective learning.
At the moment, I'm trying to figure out how to do this using deepXDE, however, the library is seems to be specialized for single domain/PDE problems. I'm wondering if it's worth the effort of restructuring the source code or should I just implement the whole solution in Tensorflow/PyTorch directly.
I would appreciate any input on this idea.
Thanks,
jerymane
Beta Was this translation helpful? Give feedback.
All reactions