File tree Expand file tree Collapse file tree 3 files changed +253
-347
lines changed Expand file tree Collapse file tree 3 files changed +253
-347
lines changed Original file line number Diff line number Diff line change 191
191
# .. math::
192
192
#
193
193
#
194
- # J^{T}\cdot \vec{v}= \left(\begin{array}{ccc}
194
+ # J^{T}\cdot \vec{v} = m \cdot \left(\begin{array}{ccc}
195
195
# \frac{\partial y_{1}}{\partial x_{1}} & \cdots & \frac{\partial y_{m}}{\partial x_{1}}\\
196
196
# \vdots & \ddots & \vdots\\
197
197
# \frac{\partial y_{1}}{\partial x_{n}} & \cdots & \frac{\partial y_{m}}{\partial x_{n}}
198
198
# \end{array}\right)\left(\begin{array}{c}
199
199
# \frac{\partial l}{\partial y_{1}}\\
200
200
# \vdots\\
201
201
# \frac{\partial l}{\partial y_{m}}
202
- # \end{array}\right)= \left(\begin{array}{c}
202
+ # \end{array}\right) = m \cdot \left(\begin{array}{c}
203
203
# \frac{\partial l}{\partial x_{1}}\\
204
204
# \vdots\\
205
205
# \frac{\partial l}{\partial x_{n}}
206
206
# \end{array}\right)
207
207
#
208
208
# This characteristic of vector-Jacobian product is what we use in the above example;
209
209
# ``external_grad`` represents :math:`\vec{v}`.
210
- #
211
210
212
211
213
212
Original file line number Diff line number Diff line change 33
33
Captum's
34
34
CartPole
35
35
Cayley
36
+ CharRNN
36
37
Chatbots
37
38
Chen
38
39
Colab
@@ -155,6 +156,7 @@ MaskRCNN
155
156
Minifier
156
157
MobileNet
157
158
ModelABC
159
+ MPS
158
160
Mypy
159
161
NAS
160
162
NCCL
376
378
eq
377
379
equalities
378
380
et
381
+ eval
379
382
evaluateInput
380
383
extensibility
381
384
fastai
427
430
json
428
431
judgements
429
432
jupyter
433
+ kernels
430
434
keypoint
431
435
kwargs
432
436
labelled
@@ -613,6 +617,7 @@ uncomment
613
617
uncommented
614
618
underflowing
615
619
unfused
620
+ unicode
616
621
unimodal
617
622
unigram
618
623
unnormalized
You can’t perform that action at this time.
0 commit comments