Closed kase113 closed 2 years ago
If i have trained a new model,and get a 'pt' file.Can i how to load this pt file?
The 'pt' extension does not matter much. It is a acronym convention of Pytorch. You can use the method in ./utils.py to load the pt file. It is a dictionary contains model, optimizer and scheduler state_dict().
If i have trained a new model,and get a 'pt' file.Can i how to load this pt file?