I ran multiple projects using keras-tuner and named them. Now I can't figure out how to load the projects to check the best results of each one since the tuner
is just the last run and I wanted to check the results with models = tuner.get_best_models()
.
I named the projects tuner = RandomSearch(... project_name='...')
but how can I load them by name now?