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 36b6663 commit 2b6ccc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def run_random_search(self):
def get_best_model(self):
best_model_path = self.best_model_path
best_model =\
tensorflow.keras.models.clone_model(
tf.keras.models.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 2b6ccc4

Please sign in to comment.