Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unknown method 'GetSuggestions' error while running MinikubeDemo #99

Closed
vinaykakade opened this issue Jun 1, 2018 · 2 comments
Closed

Comments

@vinaykakade
Copy link
Contributor

While following instructions for MinikubeDemo, I get the following error:

$ go run random/random-suggest-demo.go 
2018/06/01 15:37:07 Study ID m9510a9448938b00
2018/06/01 15:37:07 Study ID m9510a9448938b00 StudyConfname:"grid-demo" owner:"katib" optimization_type:MAXIMIZE optimization_goal:0.99 parameter_configs:<configs:<name:"--lr" parameter_type:DOUBLE feasible:<max:"0.07" min:"0.03" > > > default_suggestion_algorithm:"grid" default_early_stopping_algorithm:"medianstopping" objective_value_name:"Validation-accuracy" metrics:"accuracy" metrics:"Validation-accuracy" 
2018/06/01 15:37:07 GetSuggestion Error rpc error: code = Unimplemented desc = unknown method GetSuggestions
exit status 1

Any thoughts on what may be going wrong? Also, I saw a comment regarding drastic changes in manager (#97), is this related?

@mayankjuneja
Copy link
Contributor

I am still looking more into this, but it could be because that the images (vizier-core) on dockerhub are not updated. I was able to fix this error by building images locally, but getting a different error now. I will share more updates soon.

@vinaykakade
Copy link
Contributor Author

This was fixed in the latest master, after #103 was merged. Resolving.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants