CreateStudy RPC error: Objective_Value_Name is required #73
Closed
Description
When I try to run Createstudy
as in the example I'm getting:
katib-cli -s 192.168.99.100:30678 -f examples/random.yml Createstudy
2018/04/24 06:43:11 connecting 192.168.99.100:30678
2018/04/24 06:43:11 study conf{ UNKNOWN_OPTIMIZATION 0 <nil> [] [] [] [] [] 0 <nil> }
2018/04/24 06:43:11 req Createstudy
2018/04/24 06:43:11 CreateStudy failed: rpc error: code = Unknown desc = Objective_Value_Name is required.
Is there a mismatch between the latest CLI release and the core image in source control? How does one build the CLI from source?