...do not support `ignored_parameters` when `auto_wrap_policy...
🐛 Describe the bug I have a model which contains some params need to be ignored ( else flat_param will raise an error), the construction code is like: not_trainable = [] for name, p in model.named_parameters(): if p.requires_grad == Fals...