Open doxtor6 opened 1 year ago
Do you have solve this bug?
Change above to:
if n_speakers >= 1: self.emb_g = nn.Embedding(n_speakers, gin_channels)
Change above to:
if n_speakers >= 1: self.emb_g = nn.Embedding(n_speakers, gin_channels)
How do I compile and use as an exe though after changing that?
There is a bug when n_speakers = 1 because of a bug in models.py: