Closed chunxt closed 2 years ago
I am a new learner for deep learning, but I want to know how to load the pretrained model you offered. Because it's format is '.pkl', I have no idea about it. And is it same as '.pth'?
We provide .pth.tar files which are saved in PyTorch format.
.pth.tar
thanks. I solved it by loading the whole '.pth.tar'.
I am a new learner for deep learning, but I want to know how to load the pretrained model you offered. Because it's format is '.pkl', I have no idea about it. And is it same as '.pth'?