Closed gzhu06 closed 2 years ago
It's unusual to get such a bad waveform when using fast_sampling=False
, especially when it looks reasonable when fast sampling is enabled. I personally haven't trained an unconditional generator so I'm not sure if this issue is widespread or specific to your scenario. Maybe @Andrechang has some pointers -- they added the unconditional synthesis implementation to this repository.
The noise settings you listed look correct to me, and the maximum betas are expected to be significantly different.
It was quite sometime ago, but from what I recall, the unconditional generator wasn't good with fast_sampling=False I didn't change the default params.py other than batch_size to fit in gpu memory
Thanks!
I see, but this is quite weird to me, because according to their paper, fast sampling is an approximation of the original version. Maybe increasing sampling steps and changing noise schedule could help?
I think it is worth a try to change sampling steps and changing noise schedules to see if it improves
Hi, thank you so much for your implementation.
I trained one unconditional generator, the fast sampling makes sense during inference using default noise schedule, like this:
However, when I set fast_sampling to False, still with the default noise schedule, I got this:
Is this normal? Thanks in advance.
Also is this setting correct? The maximum beta in two schedules are different here.