Skip to content

Commit decfca4

Browse files
Add another missing code-block syntax to fix rendering (#296)
1 parent b8aeb20 commit decfca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/gradient_accumulation.md

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ function b̄_add!(ā)
6868
ā[2] +=
6969
return
7070
end
71+
```
7172
We don't need to worry about all those zeros since `x + 0 == x`.
7273

7374
[`InplaceableThunk`](@ref) is the type we have to represent derivatives as gradient accumulating actions.

0 commit comments

Comments
 (0)