In this exercise, you first need to reshape a one-dimensional tensor into a two-dimensional tensor with 2 rows using 'view'. Then, transpose the tensor so the rows become columns and vice versa.
TensorGym