Results 3 comments of Zhipeng Lai

> Do you mean you don't know the PDE? PINN is primarily used to solve PDE. So why would you use DeepXDE or even PINN to solve such a problem?...

> It is easy to do. > > * f(-x)=f(x): use a `apply_feature_transform` which returns the absolution value of `x`, i.e., f(x) = NN(|x|). > * f(-x)=-f(x): It should be...

> Hi @ZPLai, yes, you could use neural-fortran for that. > > Specifically about loading models pre-trained in Python, you could do that if the models were trained in Keras...