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 save the model parameters to a file?
Home
PyTorch
Which of the following function is used to save the model parameters to a file?
0
votes
asked
Aug 7, 2021
in
PyTorch
by
sharadyadav1986
Which of the following function is used to save the model parameters to a file?
Select the best option from below
a) torch.to_file()
b) torch.save_model()
c) torch.save_state_dict()
d) torch.save()
model-parameters
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2021
by
sharadyadav1986
d) torch.save()
...