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()

Related questions

0 votes
asked Jan 9, 2021 in JAVA by SakshiSharma
+1 vote
asked Jul 9, 2021 in NumPy by rajeshsharma
...