I am using PyTorch to do image classification. After training the most, I want to save the trained model.
I don't understand what is meant by
the_model = TheModelClass(*args, **kwargs)
This line of code is given by PyTorch website (https://pytorch.org/docs/master/notes/serialization.html).