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

How to record the mapping relationship between remaining channels and the origin channels? #422

Open
MqLeet opened this issue Sep 12, 2024 · 0 comments

Comments

@MqLeet
Copy link

MqLeet commented Sep 12, 2024

Hi @VainF , thanks to your excellent work!
I am trying to prune DDPM and I want to record the mapping relationship between remaining channels and the origin channels.

For example: a Conv2d from (Conv2d(256, 128, kernel_size=(1, 1), stride=(1, 1)) =》 (Conv2d(224, 96, kernel_size=(1, 1), stride=(1, 1)), the idx=255 in output channel may become the idx=223 after pruning, how can I record the mapping relationship?

Looking forward to you reply!
Best wishes,
Qianli

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