SincNet icon indicating copy to clipboard operation
SincNet copied to clipboard

Is this a bug?

Open JunzheJosephZhu opened this issue 4 years ago • 1 comments

self.bn.append(nn.BatchNorm1d(N_filt,int((current_input-self.cnn_len_filt[i]+1)/self.cnn_max_pool_len[i]),momentum=0.05))

I pulled out the module and it looks like: BatchNorm1d(80, eps=2583, momentum=0.05, affine=True, track_running_stats=True) when I set batchnorm = [True, True, True] and layernorm = [False, False, False] in config.

From the SincNet class. Aren't the first two arguments supposed to be in a list?

JunzheJosephZhu avatar Jun 23 '20 14:06 JunzheJosephZhu

I have the same issue. could you find a solution?

ZaUt-bio avatar Jul 31 '23 10:07 ZaUt-bio