This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is a PyTorch model state_dict?
state_dict
It's a model's internal state dictionary that stores its current accuracy and loss values.
It's a model's internal state dictionary that stores versions of the data used for training.
It's a model's internal state dictionary that stores its internal layers.
It's a model's internal state dictionary that stores learned parameters.
You must answer all questions before checking your work.
Was this page helpful?