In the 3rd to last paragraph in the Broadcasting section, it says
To a tensor of shape 3 x 5, we were able to add both a tensor of shape 3 and a tensor of shape 1 x 5.
However, the code
returns 5, so the use of 3 in the text is a bit confusing. Could it be that you meant to say shape 5 instead of shape 3?
If so, the second item of the final list in the section should also be updated.
If not, perhaps you can elaborate a bit on why you refer to it as shape 3 and not as shape 5?
In the 3rd to last paragraph in the Broadcasting section, it says
However, the code
returns
5, so the use of 3 in the text is a bit confusing. Could it be that you meant to say shape 5 instead of shape 3?If so, the second item of the final list in the section should also be updated.
If not, perhaps you can elaborate a bit on why you refer to it as shape 3 and not as shape 5?