mailong25 / self-supervised-speech-recognition

speech to text with self-supervised learning based on wav2vec 2.0 framework
379 stars 114 forks source link

How to use another pretrained model .pth to finetune if I really want to use this model ? #64

Open blessyyyu opened 2 years ago

blessyyyu commented 2 years ago

Hello , I had a pretrained model with extension .pth, how can I do to convert this pretrained-model to .pt so that I can use this model to finetune? Thanks!!!