0 votes
in Other by

Which of the following functions is used to reshape the Tensors in PyTorch?

(i)torch.view()

(ii)torch.shape()

(iii)torch.resize()

(iv)torch.view_()

1 Answer

0 votes
by
Correct Answer is torch.view()
...