version: 8db3afd
Problem:
When use_speaker_adaption=False for align_dirs()
This error propagates:
Alignment failed: Error(s) in loading state_dict for Linear:
size mismatch for weight: copying a param with shape torch.Size([42, 1280]) from checkpoint, the shape in current model is torch.Size([42, 768])
Works fine for that same dataset when use_speaker_adaption=True
Proposed Solution
Not sure right now.
version:
8db3afdProblem:
When use_speaker_adaption=False for align_dirs()
This error propagates:
Alignment failed: Error(s) in loading state_dict for Linear:
size mismatch for weight: copying a param with shape torch.Size([42, 1280]) from checkpoint, the shape in current model is torch.Size([42, 768])
Works fine for that same dataset when use_speaker_adaption=True
Proposed Solution
Not sure right now.