We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8aeb20 commit decfca4Copy full SHA for decfca4
docs/src/gradient_accumulation.md
@@ -68,6 +68,7 @@ function b̄_add!(ā)
68
ā[2] += ȳ
69
return ā
70
end
71
+```
72
We don't need to worry about all those zeros since `x + 0 == x`.
73
74
[`InplaceableThunk`](@ref) is the type we have to represent derivatives as gradient accumulating actions.
0 commit comments