Katib Experiment Graph is not shown
See original GitHub issue/kind bug
What steps did you take and what happened: I can successfully execute the random-experiment but graph is not shown (empty). But I can see result of execution in text
What did you expect to happen: I can run the code with graph output. (item 6 Figure) example-using-random-algorithm
Anything else you would like to add:
Environment:
- Kubeflow version:1.0.2
- Minikube version:microk8s
- Kubernetes version: (use
kubectl version
):15.1 - OS (e.g. from
/etc/os-release
):ubuntu 19.10
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (6 by maintainers)
Top Results From Across the Web
Running an Experiment - Kubeflow
This guide describes how to configure and run a Katib experiment. The experiment can perform hyperparameter tuning or a neural architecture ...
Read more >Experiment Tracking in Kubeflow Pipelines - Neptune.ai
Experiment tracking has been one of the most popular topics in the context of ... Pipeline in Kubeflow is a graph of individual...
Read more >Tutorials - D2iQ Docs
Katib is the hyperparameter tuner and neural architecture search module in Kaptain. To learn how to create hyperparameter tuning experiments, read the tutorial....
Read more >Metrics not reporting to Katib server - experiment timing out
I am trying to create an experiment in kubeflow pipeline using ... I want to use Katib to tune the hyper parameter using...
Read more >Accelerated ML experiments on MicroK8s with InAccel FPGA ...
Katib is the project which is agnostic to machine learning (ML) ... There should be a graph showing the level of validation accuracy...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sakaia Can you try to update your
katib-ui
deployment image to the latest. You don’t need to redeploy all Kubeflow components, just run:kubectl edit deploy katib-ui -n kubeflow
and modify the container image to:gcr.io/kubeflow-images-public/katib/v1alpha3/katib-ui
. After that, thekatib-ui
pod will be restarting.Then, try to access Katib UI using port-forwarding:
kubectl port-forward svc/katib-ui 8080:80 -n kubeflow
.You should be able to access Katib UI with this URL: http://localhost:8080/katib. Try if it works for you.
@sakaia Thanks, logs are looking good.
Try to update this page few times and check errors inside the Google Chrome console. Also, try to click on any Trial name and see if Metrics Graph is shown.