maum-ai / voicefilter

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

Try partial convolution padding scheme #1

Closed seungwonpark closed 5 years ago

seungwonpark commented 5 years ago

Train loss of initial implementation with nn.Conv2d converged at 6e-3.

Now, I'm trying partial convolution padding scheme to replace naive zero-padding. Work in progress at pconv branch.

seungwonpark commented 5 years ago

Unfortunately, it didn't work better. Hope to find out the reason in near future. Closing this issue until then.