Skip to content

Commit 9a1c59e

Browse files
committed
update faq to include mixed precision
1 parent 725a5a4 commit 9a1c59e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/user/faq.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ General usage
1010
| **A**: `#5`_
1111
- | **Q**: By default, DeepXDE uses ``float32``. How can I use ``float64``?
1212
| **A**: `#28`_
13+
- | **Q**: How can I use mixed precision training?
14+
| **A**: Use ``dde.config.set_default_float("mixed")`` with the ``tensorflow`` or ``pytorch`` backends. See `this paper <https://arxiv.org/abs/2401.16645>`_ for more information.
1315
- | **Q**: I want to set the global random seeds.
1416
| **A**: `#353`_
1517
- | **Q**: GPU.

0 commit comments

Comments
 (0)