Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Pruning Bugfix: 1 out ch conv layer being treated as depthwise conv layer#5751

Open
saravanabalagi wants to merge 1 commit intomicrosoft:masterfrom
saravanabalagi:bugfix/pruning_conv_outch1
Open

Pruning Bugfix: 1 out ch conv layer being treated as depthwise conv layer#5751
saravanabalagi wants to merge 1 commit intomicrosoft:masterfrom
saravanabalagi:bugfix/pruning_conv_outch1

Conversation

@saravanabalagi
Copy link

Description

When the output channels of the last layer is 1, even when there are 2 successive conv blocks, pruning is met with the error assert len(set(num_channels_list)) == 1. This is due to this 1 out channel conv layer is being treated as depthwise convolution and ends up wrongly in dependency group.

Fixes #5736

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant