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

pruning conv layers with 'groups' > 1 #34

Open
iariav opened this issue Aug 19, 2019 · 0 comments
Open

pruning conv layers with 'groups' > 1 #34

iariav opened this issue Aug 19, 2019 · 0 comments

Comments

@iariav
Copy link

iariav commented Aug 19, 2019

Hi,
first of all thanks for the awesome work.

i'm trying ti utilize your work to a more complicated model (xception). in this model there are conv layers with groups parameter which is different then 1 (specifically, it is equal to in_channels and output_channels). if i try to prune 1 filter out of such layer, i get an error since groups needs to be divisible by both in_channels and out_channels.

any idea how to overcome this issue?

currently as a workaround i'm skipping layers with groups > 1 but would really like to find a better solution,

thanks!

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