codeghees
codeghees
@Tera2Space What was the problem?
@Tera2Space @p0p4k I added a basic PR of the changes I have so far: https://github.com/p0p4k/vits2_pytorch/pull/82
For a single batch - shapes look something like this: ``` m_p torch.Size([32, 192, 74]) x_mask torch.Size([32, 1, 74]) y_mask torch.Size([32, 1, 293]) m_p torch.Size([32, 192, 74]) x torch.Size([32, 192,...
Yeah currently trying out various inputs to Aligner; possibly an input issue. It might be an issue with the masks.
do you think that's a bottleneck right now?