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