SUPARN PATRA
Schools
Exams
Paths
Blog
Quizzes
Tools
Playground
About
Home
/
Quizzes
/
AI / ML Path
/
Deploy an ML App
AI / ML Path
Deploy an ML App
10 questions
Question 1 of 10
Score:
0
/ 0
What is the advantage of saving a PyTorch model with torch.jit.trace() over torch.save(model.state_dict())?
A
The traced model is smaller in file size
B
The traced model can be loaded without defining the model class
C
The traced model trains faster
D
The traced model runs only on GPU
← Back to lesson notes