Save and Load a model

Hello ,
If I trained a model and I want to save it how can I do this ? and how I can retrieve again ?
and Thank you.

You can save and load the state_dict from the model and if you need the optimizer.
Have a look at the Serialization semantics for more information.