rishikksh20 / FNet-pytorch

Unofficial implementation of Google's FNet: Mixing Tokens with Fourier Transforms
MIT License
251 stars 37 forks source link

FNet in TTS Encoders #5

Open manhph2211 opened 2 years ago

manhph2211 commented 2 years ago

Dear @rishikksh20 ,

Thanks for your implementation! Can I ask what do you think about the effectiveness of Furier features as well as FNet when it's used to replace multi-head attention in TTS encoders which is quite a concrete approach so far! I'm thinking about if it can help to reduce the complexity of the TTS models but still maintain good performance :thinking:

Thanks!

Max