Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this a bug? #90

Open
JunzheJosephZhu opened this issue Jun 23, 2020 · 1 comment
Open

Is this a bug? #90

JunzheJosephZhu opened this issue Jun 23, 2020 · 1 comment

Comments

@JunzheJosephZhu
Copy link

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?

@ZaUt-bio
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants