lucidrains / voicebox-pytorch

Implementation of Voicebox, new SOTA Text-to-speech network from MetaAI, in Pytorch
MIT License
589 stars 49 forks source link

Fix CFG calculation #47

Closed Subuday closed 6 months ago

Subuday commented 6 months ago

Voicebox paper suggest to use this formula: image

But currently there is used such formula: telegram-cloud-photo-size-2-5368554922540392086-y

lucidrains commented 6 months ago

@Subuday it is the same. my version starts at 1. while yours at 0.