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

Does SENet need to expand the number of channels on the input? #93

Open
tanjia123456 opened this issue Sep 9, 2021 · 1 comment
Open

Comments

@tanjia123456
Copy link

Hello, thank you for your contribution. I don't quite understand a few points.
Input. shape = (1,10242,6)

  1. Do I need to extend the input to 4 dimensions?
    (1,10242,6)----->(1,1,10242,6)
  2. Do I need to expand the number of channels?
    (1,10242,6)----->(1,1,10242,128)
  3. What should the ratio parameter value be? Does the number of channels need to be divisible by ratio?
    if ratio=16 128/16=8
@tanjia123456
Copy link
Author

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