We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在prune_utils.py文件中的 line 60-62 中代码如下: #上采样层前的卷积层不裁剪 ignore_idx.add(84) ignore_idx.add(96)
#上采样层前的卷积层不裁剪 ignore_idx.add(84) ignore_idx.add(96)
按照我的个人理解,上采样的话是只影响H和W两个维度,BN剪枝的话主要是对channel这个维度进行修剪。如果是对上采样前的卷积层进行剪枝,那么其实并不影响上采样操作?
The text was updated successfully, but these errors were encountered:
你好,请问理解了吗,我也有相同的困惑,望解答一下谢谢
Sorry, something went wrong.
No branches or pull requests
在prune_utils.py文件中的 line 60-62 中代码如下:
#上采样层前的卷积层不裁剪 ignore_idx.add(84) ignore_idx.add(96)
按照我的个人理解,上采样的话是只影响H和W两个维度,BN剪枝的话主要是对channel这个维度进行修剪。如果是对上采样前的卷积层进行剪枝,那么其实并不影响上采样操作?
The text was updated successfully, but these errors were encountered: