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

Related questions

0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
0 votes
asked Jan 17, 2021 in Python by SakshiSharma
...