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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ModelSpeedup error: assert len(set(num_channels_list)) == 1, possible incorrect layers in dependency set

1 participant