You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/faq.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ General usage
10
10
|**A**: `#5`_
11
11
- | **Q**: By default, DeepXDE uses ``float32``. How can I use ``float64``?
12
12
|**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.
0 commit comments