Edresson / YourTTS

YourTTS: Towards Zero-Shot Multi-Speaker TTS and Zero-Shot Voice Conversion for everyone
Other
884 stars 77 forks source link

Fine Tuning with Freezing Layers With Smaller Learning Rate? #36

Open chigkim opened 1 year ago

chigkim commented 1 year ago

Is there a recipe to fine tune with freezing beginning layers and only train the last few layers with smaller learning rate? If I just use train_yourtts.py with setting RESTORE_PATH, doesn't it train the all the layers?