Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which of the following function is used to covert NumPy array to Tensor?
Home
PyTorch
Which of the following function is used to covert NumPy array to Tensor?
0
votes
asked
Aug 7, 2021
in
PyTorch
by
sharadyadav1986
Which of the following function is used to covert NumPy array to Tensor?
Select the best option from below
a) .tensor
b) .to_Tensor()
c) .from_numpy()
d) .to_Vector()
numpy-array
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2021
by
sharadyadav1986
c) .from_numpy()
...