Open zzw922cn opened 4 years ago
It is to be used when training on speakers not seen by the pre-trained model.
@rafaelvalle Hello, thanks for your great work.
You said ignore speaker embedding layer is to be used when training on speakers not seen by the pre-trained model. Then I don't need to ignore embedding layer when training with my custom data. Am I right??
Like this in hparams.py
ignore_layers=[''],
Thanks.
It's my mistake. I reviewed code and found ignore_layers option is activated only --warm_start when transfer learning from pre-trained model.
Thank you!
HI, thank you for nice code. I wonder why the ignore layers in hparams.py contains speaker embedding.weight? Don't we restore speaker embedding?