We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using PyTorch, I showed that learning the first filter cost much time, e.g.,
(200, 32240)
1
0.1
Is that happen to you?
I also compared it with ResNetSE34 and showed:
ResNetSE34
SincNet
ResNetSE34,
Thanks for your attention. Looking forward to your response.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using PyTorch, I showed that learning the first filter cost much time, e.g.,
(200, 32240)
, a gradient backward of the first filter took about1
second,0.1
seconds.Is that happen to you?
I also compared it with
ResNetSE34
and showed:SincNet
is more efficient thanResNetSE34,
Thanks for your attention.
Looking forward to your response.
The text was updated successfully, but these errors were encountered: