Cavidan
Cavidan
Seconding the issue. I also have the exact same error, and tried Kaggle as well
Hello. Not sure if a reply this late will help, but that is simply known as transfer learning. You take your first model's checkpoint, pass it as the pre_trained model,...
Yes. I have done it with tacotron 2 model, and it for sure works. Basically you would do the training just as in the first time: you get your audio...
For me, I get AttributeError: 'WhisperForCausalLM' object has no attribute 'transformer' when running print(model.transformer.h[0].self_attention.dense.weight)