### Description & Motivation Currently, the ignore parameter of the `save_hyperparameters` function only filters its own arguments. Can we apply `hp = {k: v for k, v in hp.items() if k not in ignore}` before `obj._set_hparams(hp)`?  ### Pitch _No response_ ### Alternatives _No response_ ### Additional context _No response_ cc @borda