chynphh

Results 2 issues of chynphh

Hi, Thank you very much for this repo, it has helped me a lot. I am trying to download some songs using `track_id`, but some of them fail to download....

Hi, In` prepare_fastspeech.ipynb` file, about ```python F = torch.mean(torch.max(alignments, dim=-1)[0], dim=-1) r, c = torch.argmax(F).item()//4, torch.argmax(F).item()%4 location = torch.max(alignments[r,c], dim=1)[1] ``` My understanding is: In the first line, the tensor...