mravanelli / SincNet

SincNet is a neural architecture for efficiently processing raw audio samples.
MIT License
1.11k stars 260 forks source link

About eq.4 part in sincConv_fast code #83

Closed alxiom closed 4 years ago

alxiom commented 4 years ago

Hello. I have a quick question about 142 line comment in dnn_models.py. To make the code equivalent with the equation, It seems to need pi in the denominator. But according to your comment, the pi is intentionally omitted?

alxiom commented 4 years ago

Sorry, I realized that it is applied in self.n_ variable.