0 votes
in PyTorch by

Which of the following is used to convert NumPy array to Tensor?

Select the best option from below

a) .to_numpy()

b) .from_numpy()

c) .numpy()

d) .get_numpy()

1 Answer

0 votes
by
c) .numpy()

Related questions

+2 votes
asked Jul 3, 2021 in NumPy by sharadyadav1986
0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
...