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

reduce default random search iterations

parent b21f94f6
No related merge requests found
...@@ -342,5 +342,5 @@ class RandomSearchCGAN(RandomSearch): ...@@ -342,5 +342,5 @@ class RandomSearchCGAN(RandomSearch):
if __name__ == "__main__": if __name__ == "__main__":
random_search = RandomSearchCGAN(iterations=20) random_search = RandomSearchCGAN(iterations=6)
random_search.run() random_search.run()
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