Login
Remember
Register
Ask a Question
Which of the following functions is used to reshape the Tensors in PyTorch?
0
votes
asked
Aug 7, 2021
in
PyTorch
by
sharadyadav1986
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_()
pytorch-tensors
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2021
by
sharadyadav1986
a) torch.view()
...