ksw0306 / FloWaveNet

A Pytorch implementation of "FloWaveNet: A Generative Flow for Raw Audio"
MIT License
490 stars 109 forks source link

Do not understand the ZeroConv1d #9

Closed liusongxiang closed 6 years ago

liusongxiang commented 6 years ago

Thanks for the nice job! I cannot really understand the ZeroConv1d in modules.py. Since the weight and bias are initialized to exactly zeros, will the output of the ZeroConv1d always be zeros? Or I mis-understand? Could you please clear me a little bit? Thank you in advance. Best.

liusongxiang commented 6 years ago

Understood.