Skip to content
Snippets Groups Projects
Commit 13ff219e authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

add default early stopping to random search

parent b6de7952
No related branches found
No related tags found
No related merge requests found
......@@ -432,6 +432,7 @@ class RandomSearchCGAN(RandomSearch):
loss_func_dist=self.params["criterion_dist"],
weight_criterion_dist=self.params["weight_criterion_dist"],
weight_criterion_adv=self.params["weight_criterion_adv"],
early_stopping=10,
)
def _cleanup_run(self, iteration: int, link_best: bool):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment