Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update reshape_transpose.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NRauschmayr authored Nov 30, 2018
1 parent 4b2d16c commit 07d46ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/basic/reshape_transpose.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ This splits up the third dimension into ```[2,2]```, so (1L, 3L, **4L** , 64L, 6
x = x.transpose((0, 1, 4, 2, 5, 3))
print x.shape
x = x.reshape(0, 0, -3, -3)
print x.shape
```

(1L, 3L, 64L, 2L, 64L, 2L) <!--notebook-skip-line-->
Expand Down

0 comments on commit 07d46ce

Please sign in to comment.