mindcv
mindcv copied to clipboard
fix conflict of param grouping and filter bn bias
Thank you for your contribution to the MindCV repo. Before submitting this PR, please make sure:
- [x] You have read the Contributing Guidelines on pull requests
- [x] Your code builds clean without any errors or warnings
- [x] You are using approved terminology
- [x] You have added unit tests
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)