Avocodo-pytorch
Avocodo-pytorch copied to clipboard
Avocodo: Generative Adversarial Network for Artifact-free Vocoder
Which do you feel has better quality, Avocodo or iSTFTNet? Any other thoughts you could share? Thanks!
Can we speed up forward pass by reusing combd_2 and combd_1 calculations instead of calculating them twice?
Hello, may I ask about the cuda and torch version this GitHub run on? thanks a lot!
why do you detach() https://github.com/rishikksh20/Avocodo-pytorch/blob/b298072e82a78b478697b30033ce4bfd20507634/train.py#L130 and not at https://github.com/rishikksh20/Avocodo-pytorch/blob/b298072e82a78b478697b30033ce4bfd20507634/train.py#L148 @rishikksh20
In sub-band discriminator the cutoff values for PQMF are set as follows: N=2: 0.25 N=4: 0.13 N=16: 0.03 N=64: 0.1 For good reconstruction with 64 subbands the optimal cutoff is...