aws-samples / eks-kubeflow-workshop

Kubeflow workshop on EKS. Mainly focus on AWS integration examples. Please go check kubeflow website http://kubeflow.org for other examples
Apache License 2.0
96 stars 56 forks source link

Add one example to enable Tensorboard #26

Open Jeffwan opened 4 years ago

Jeffwan commented 4 years ago

Put under monitoring examples.

PatrickXYS commented 4 years ago

For adding monitoring examples, I plan to use monitoring visualizer, which means I can use ROC, TFDV, Markdown, WebApp, TensorBoard together. I'll file a PR after finished.

Jeffwan commented 4 years ago

For adding monitoring examples, I plan to use monitoring visualizer, which means I can use ROC, TFDV, Markdown, WebApp, TensorBoard together. I'll file a PR after finished.

Sounds good. Beside this, create another example to leverage tensorboard controller. Create tensorboard object and controller will create a tensorboard for you. Let you know if you are not sure about it

Jeffwan commented 4 years ago

I think Iris example is a great example to demonstrate visualization on the KFP side. Let's clean up the example and check in codes.

Besides that, we should consider visualization from higher level.

  1. Like Jupyter + Tensorboard controller example.
  2. Like GPU monitoring during the model development. https://medium.com/rapids-ai/gpu-dashboards-in-jupyter-lab-757b17aae1d5

We can have a sync up next week to make this work.

PatrickXYS commented 4 years ago

Sure, I'm working on it. Should be able to make it next week.