seungwonpark / melgan

MelGAN vocoder (compatible with NVIDIA/tacotron2)
http://swpark.me/melgan/
BSD 3-Clause "New" or "Revised" License
636 stars 116 forks source link

fix remove_weight_norm() with wrong block #36

Closed benwu95 closed 4 years ago

benwu95 commented 4 years ago

35 has added a nn.ReflectionPad1d(3**i), and the position of weight_norm() has been updated.

seungwonpark commented 4 years ago

Nice catch, thanks!