2

I am attempting to run a hyper-parameter tuning job on the Google ML Engine, but I seem to have an error whenever I do more than 1 trail within the same job. I get the following error message: Internal error occurred. Please retry in a few minutes. If you still experience errors, contact Cloud ML. with the job log showing the following:

I've been trying to run the same job since Friday but to no avail.

1 Answers1

0

All of your hyperparameters have exactly one possible value, so the first Hyperparameter trial exhausted the parameter space and there wasn't anything new to try for a second trial.

Of course, this should not be communicated as an Internal Error, so I'll make sure that gets fixed.

Chris Meyers
  • 1,426
  • 9
  • 14