Zyser

Results 3 comments of Zyser

I also experience issues running fairseq on Python 3.11 on Ubuntu. There is an attempt to make some local fixes on fairseq and omegaconf at this link https://github.com/facebookresearch/fairseq/issues/5191 and https://github.com/facebookresearch/fairseq/pull/5359...

This is a good point and I have looked into it on my own implementation of iSTFTNet which initially output [-pi:+pi] and then I skipped it to produce the output...

inspecting what you are trying to do, it should be more like: ` "upsample_rates": [8,1], "upsample_kernel_sizes": [16,2], ` though that alone won't be enough, you also need to update the...