FAQ
If you have any questions about DeepXDE, first read the papers/slides and watch the video at the DeepXDE homepage and also check the following list of frequently asked DeepXDE questions. To get further help, you can open a discussion in the GitHub Discussions.
General usage
- Q: DeepXDE failed to run.A: #5
- Q: By default, DeepXDE uses
float32
. How can I usefloat64
?A: #28 - Q: How can I use mixed precision training?A: Use
dde.config.set_default_float("mixed")
with thetensorflow
orpytorch
backends. See this paper for more information. - Q: I want to set the global random seeds.A: #353
- Q: GPU.A: #464
PINN
DeepONet
- Q:A: