Is the explanation in " 3. The tl.Residual combinator in the context of the serial combinator" correct?
The tl.Residual doc said the Residual layer computes the element-wise sum of the stack-top input with the output of the layer series. Earlier in the notebook, it said " the rightmost element in the second column represents the top of the stack". However in the chart and the description, it said “This means the duplicate inputs (i.e. the 2 rightmost arrows of the Select
outputs in the figure above) remain in the stack”. The 1st right most is the stack-top, followed by the 2nd right most. So the addition() layer should apply to the right half of the chart, not the left, right?