Skip to content

Conversation

@developer0hye
Copy link

Hi @pppLang

Thank you for sharing great works!

I changed two parts. The one is the way to concatenate features in Skconv Module, I used list implemented in python and concatenated features by using torch.cat( ) after iteration. It is faster than previous way. To check the details, refer to this issue.

Another one is the function for pooling, AvgPool2d( ), it depends on the input tensor size, but AdaptiveAvgPool2d( ) can process all inputs that have any size.

I changed two parts. The one is the way to concatenate features in Skconv Module, I used list implemented in python and concatenated after iteration. It is more faster than previous way. To check the details, refer to [this issue](pytorch/vision#1260 (comment)). Another one is the function for pooling, AvgPool2d( ), it depends on the input tensor size, but AdaptiveAvgPool2d( ) can process all inputs that have any size.
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

Successfully merging this pull request may close these issues.

1 participant