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

Gradient backward of the first filter is much lower than other layers. #89

Open
mechanicalsea opened this issue May 29, 2020 · 0 comments

Comments

@mechanicalsea
Copy link

When using PyTorch, I showed that learning the first filter cost much time, e.g.,

  1. with a batch (200, 32240), a gradient backward of the first filter took about 1 second,
  2. however, other layers took only lower than 0.1 seconds.

Is that happen to you?

I also compared it with ResNetSE34 and showed:

  1. For the forward process, SincNet is more efficient than ResNetSE34,
  2. however, for the backward, ResNetSE34 took less time.

Thanks for your attention.
Looking forward to your response.

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

1 participant