Skip to content

save_hyperparameters() is very slow when there are many hyperparameters, any speed up? #11281

Discussion options

You must be logged in to vote

You have to set self.save_hyperparameters(ignore="model"), since you are passing in a full model as a "hyperparameter", you don't want to save that!

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@awaelchli
Comment options

Comment options

You must be logged in to vote
1 reply
@awaelchli
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by awaelchli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment