maum-ai / voicefilter

Unofficial PyTorch implementation of Google AI's VoiceFilter system
http://swpark.me/voicefilter
1.08k stars 227 forks source link

Need to try power-law compression loss #14

Open seungwonpark opened 5 years ago

seungwonpark commented 5 years ago

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

stegben commented 5 years ago

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

seungwonpark commented 5 years ago

@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.