Open orimosenzonkami opened 5 years ago
I think the missing objectiveValue
in the trial is 0, because objectiveValue
is a float in its proto that defaults to 0 and
If a field has the default value in the protocol buffer, it will be omitted in the JSON-encoded data by default to save space.
according to https://developers.google.com/protocol-buffers/docs/proto3#json https://github.com/googleapis/go-genproto/blob/master/googleapis/cloud/ml/v1/job_service.pb.go#L818
Description
Hi, I'm new to t2t and I'm trying to follow this poetry generation example.
In the Hyperparameter tuning stage, after running:
I get the following output json:
Whereas, I was expecting to find an objective value of the metric I've specified. In the notebook I'm following, it states that the output json should contain something like:
What have I missed? thanks...
Environment information