maum-ai / voicefilter

Unofficial PyTorch implementation of Google AI's VoiceFilter system

Home Page:http://swpark.me/voicefilter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to try power-law compression loss

seungwonpark opened this issue · comments

When I was implementing this repository, I didn't know what power-law compression means in the original paper.
Thanks to Quan Wang's tutorial video, now I can understand it. Now I need to try that loss instead of using MSE loss.
https://www.youtube.com/watch?v=gnRX2lzepz0
image

I could help with this if you haven't started yet!

@stegben That will be very helpful. Thanks a lot!
Actually, I don't have spare time/resource to try this now. So whenever you get a new (perhaps better) result with this, let's discuss that.

Plus, whenever you try a new thing, feel free to make a pull request about that.