Use pretrained torchscript file to continue training #214
-
Hi there, I'm interested in using the pre-trained RAVE model on the VCTK speech dataset that is available as a torchscript. I understand that you can train RAVE using a checkpoint file such as Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm pretty sure that this isn't possible unless you can travel back in time and get the version of the source code that was used to train the VCTK example. Also, you can only get the state_dict after loading in the torchscript and it seems RAVEs checkpoints have loads more stuff. tldr it's not possible? |
Beta Was this translation helpful? Give feedback.
I'm pretty sure that this isn't possible unless you can travel back in time and get the version of the source code that was used to train the VCTK example. Also, you can only get the state_dict after loading in the torchscript and it seems RAVEs checkpoints have loads more stuff.
tldr it's not possible?