mravanelli/pytorch-kaldi

The parameter update of sincconv

piplyman opened this issue · 1 comments

SincConv has two parameters that need to update, but when backward, F.conv1d(...) updates all values of self.filters. Can I understand in this way?