mravanelli / SincNet

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

Where SincNet is implemented? #33

Closed maomaoqiuqiu closed 5 years ago

maomaoqiuqiu commented 5 years ago

Hello,When I get this model:model_raw.pkl,Where SincNet is implemented?

mravanelli commented 5 years ago

You should try to import the pkl file in pytorch. Then you should find all the parameters of the models, including the SincNet cut-off frequencies.