Open harsh-agarwal opened 3 years ago
https://github.com/dunbar12138/Audiovisual-Synthesis/blob/master/model_vc.py#L631
codes, code_unsample = self.encoder(mel, speaker, return_unsample=True)
This removes the speaker embedding argument from all the self.encoder
function calls. Apparently the encoder definition state it is def without speaker embedding as of now.
The other lines that would need a change are:
Line 647, 706, 708
@dunbar12138 if this is the expected solution please close the issue. If there is a better solution please let me know :)
Thanks!
I am getting the following error log when I try running the training for audiovisual synthesis after training my audio branch.
Any help is appreciated!