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

Select the best option from below

a) torch.view()

b) torch.shape()

c) torch.resize()

d) torch.view_()

1 Answer

0 votes
by
a) torch.view()
...