Login
Remember
Register
Ask a Question
Which of the following is used to view the shape of the Tensor?
0
votes
asked
Aug 7, 2021
in
PyTorch
by
sharadyadav1986
Which of the following is used to view the shape of the Tensor?
Select the best option from below
a) .view_()
b) .view()
c) .size()
d) .get_dimension()
tensor-shape
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2021
by
sharadyadav1986
b) .view()
...