mindcv icon indicating copy to clipboard operation
mindcv copied to clipboard

fix conflict of param grouping and filter bn bias

Open SamitHuang opened this issue 2 years ago • 0 comments

Thank you for your contribution to the MindCV repo. Before submitting this PR, please make sure:

Motivation

目前create_optimizer的params 如果包括自定义的分组参数策略,会与filter_bias_and_bn参数(默认True)冲突。该 PR增加了分组参数校验规避此冲突。

Test Plan

(How should this PR be tested? Do you require special setup to run the test or repro the fixed bug?)

Related Issues and PRs

(Is this PR part of a group of changes? Link the other relevant PRs and Issues here. Use https://help.github.com/en/articles/closing-issues-using-keywords for help on GitHub syntax)

SamitHuang avatar Apr 12 '23 09:04 SamitHuang