Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

How to rerun failed trial when experiment is done ? #3835

Answered by kvartet
nothingeasy asked this question in Q&A
Discussion options

You must be logged in to vote

hello @nothingeasy, sorry for my late reply.

If you want to rerun failed trials, you can use the Customized trial button, refer here. If the status of the experiment is stopped, you need to resume it and if the status is done, you need to change the maxTrialNumber. By the way, NNI does not provide a mechanism to rerun all failed trials, so users can only submit each manually.

However, there are other issues existing: In some algorithms(like TPE), the generation of hyperparameters is dependent on the historical trial results. Since part of the trials previously failed, the hyperparameters of rerun trials may be meaningless. Besides, the results of customized trials will not be added to the…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kvartet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants
Converted from issue

This discussion was converted from issue #3348 on June 15, 2021 12:53.