Skip to content

Commit f78998f

Browse files
committed
minor fix
1 parent 6b1cc63 commit f78998f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chapters/algodiff.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ Step |Primal computation
282282
You might be wondering, this looks the same as the left side.
283283
You are right. These two are exactly the same, and we repeat it again to make the point that, this time you cannot perform the calculation with one pass.
284284
You must compute the required intermediate results first, and then perform the other "backward pass", which is the key point in reverse mode.
285+
285286
Step | Adjoint computation
286287
---- | ---------------------------------------------------------------------------------
287288
10 | $$\bar{v_9} = 1$$

0 commit comments

Comments
 (0)