tuanh123789 / AdaSpeech

An implementation of Microsoft's "AdaSpeech: Adaptive Text to Speech for Custom Voice"
95 stars 27 forks source link

only fine-tune the two matrices ,and fixing other model parameters, #14

Open tuntun990606 opened 1 year ago

tuntun990606 commented 1 year ago

only fine-tune the two matrices ,and fixing other model parameters, May I ask how this part is reflected in the code,I couldn't find this part in finetune. py

tuanh123789 commented 1 year ago

You can find it in function load_pretrain in utils/model.py