0 votes
in PyTorch by
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()

1 Answer

0 votes
by
b) .view()
...