question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

katib katib1

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:closed
  • Created 3 years ago
  • Comments:16 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
andreyvelichcommented, May 28, 2020

@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, the katib-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.

1reaction
andreyvelichcommented, May 27, 2020

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found