We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ed95f commit dfd9ca1Copy full SHA for dfd9ca1
src/python/tensorflow_cloud/tuner/tuner.py
@@ -328,7 +328,8 @@ def update_trial(self,
328
keras_tuner_trial.status = trial_module.TrialStatus.STOPPED
329
return keras_tuner_trial.status
330
331
- def end_trial(self, trial_id: Text, status: Text = "COMPLETED"):
+ def end_trial(self, trial_id: Text, status: Text = "COMPLETED",
332
+ message=None):
333
"""Record the measured objective for a set of parameter values."""
334
keras_tuner_trial = None
335
for tuner_id, ongoing_trial in self.ongoing_trials.items():
0 commit comments