ZiangLong / LPCNet_pytorch

A Pytorch version of LPCNet, including dump weight
30 stars 14 forks source link

Mdense layer without softmax and bad testing samplies #3

Open Kristopher-Chen opened 2 years ago

Kristopher-Chen commented 2 years ago

When checking the code, I find Mdense layer without softmax with a little different from the official code. And when testing, bad samples are generated. Have you ever met with this? image

ZiangLong commented 2 years ago

When checking the code, I find Mdense layer without softmax with a little different from the official code. And when testing, bad samples are generated. Have you ever met with this? image

Many thanks! The sigmoid activation is indeed missing in MDense layer. I have not met such bad samples. Thanks again for pointing out this mistake!