Skip to content

Commit

Permalink
Update simple_cerebros_random_search.py
Browse files Browse the repository at this point in the history
  • Loading branch information
david-thrower committed Jun 12, 2024
1 parent 3e89828 commit cd6d6bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def run_random_search(self):

def get_best_model(self):
best_model_path = self.best_model_path
best_model = clone_model(tf.keras.models.load_model(best_model_path)
best_model = clone_model(tf.keras.models.load_model(best_model_path))
# best_model = tf.keras.models.load_model(self.best_model_path)
return best_model

Expand Down

0 comments on commit cd6d6bd

Please sign in to comment.