diff --git a/docs/user/faq.rst b/docs/user/faq.rst index aaaa1ac0e..e0b88898f 100644 --- a/docs/user/faq.rst +++ b/docs/user/faq.rst @@ -10,6 +10,8 @@ General usage | **A**: `#5`_ - | **Q**: By default, DeepXDE uses ``float32``. How can I use ``float64``? | **A**: `#28`_ +- | **Q**: How can I use mixed precision training? + | **A**: Use ``dde.config.set_default_float("mixed")`` with the ``tensorflow`` or ``pytorch`` backends. See `this paper `_ for more information. - | **Q**: I want to set the global random seeds. | **A**: `#353`_ - | **Q**: GPU.