Discussion about this post

User's avatar
Curious parakeet's avatar

> Note that we now have an explicit representation of this graph as a result of the forward pass, for >this example Add(Scale(2.0, Var(0)), Scale(3.0, Var(1))).

Shouldn’t it be ‘ Add(Scale(2.0, Var(1)), Scale(3.0, Var(1)))’ instead?

Great article btw. Thanks!

Expand full comment
1 more comment...

No posts