File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def fn(x, y):
71
71
######################################################################
72
72
# Usage with Modules
73
73
# --------------------------------------------------------------------
74
- # To use ``nn.Module``s with forward AD, replace the parameters of your
74
+ # To use ``nn.Module`` with forward AD, replace the parameters of your
75
75
# model with dual tensors before performing the forward pass. At the
76
76
# time of writing, it is not possible to create dual tensor
77
77
# `nn.Parameter`s. As a workaround, one must register the dual tensor
@@ -96,7 +96,7 @@ def fn(x, y):
96
96
######################################################################
97
97
# Using Modules stateless API (experimental)
98
98
# --------------------------------------------------------------------
99
- # Another way to use ``nn.Module``s with forward AD is to utilize
99
+ # Another way to use ``nn.Module`` with forward AD is to utilize
100
100
# the stateless API. NB: At the time of writing the stateless API is still
101
101
# experimental and may be subject to change.
102
102
You can’t perform that action at this time.
0 commit comments