Apply the ignore of the save_hyperparameters
function to args
#19761
Labels
feature
Is an improvement or enhancement
good first issue
Good for newcomers
help wanted
Open to be worked on
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}
beforeobj._set_hparams(hp)
?Pitch
No response
Alternatives
No response
Additional context
No response
cc @Borda
The text was updated successfully, but these errors were encountered: