mravanelli / SincNet

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

fix "list index out of range" error for fc_drop #104

Open tejuafonja opened 3 years ago

tejuafonja commented 3 years ago

The current LibriSpeech configuration throws an error due to the missing third variable for fc_drop. We can either reduce the number of the fully connected layer (fc_lay) or increase the dropout probability (fc_drop) variables to match up with N_fc_lay.