-
Notifications
You must be signed in to change notification settings - Fork 33
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
Issue about output_channel and the multiple process #11
Comments
|
Thanks so much for reply! |
Sorry for bothering you. But I just wonder after getting spatial_filter and channel_filter, should I first multiply them together first to get the final filter, and then apply the final filter on the input or should I apply both of them separately on the input_feature? |
Multiply first. |
Thanks for your excellent work. I just read your paper and your code. I notice that in your code there is nothing about output_channel. So how should I change the channel dimension of the input tensor? What's more, after getting the input_tensor, spatial_filter, and the channel_filter, how should I multiple them together? I would be really appreciated it if you could offer me some help.
The text was updated successfully, but these errors were encountered: