You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: Research/kubeflow-on-azure-stack/tensorflow-on-kubeflow/Readme.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,6 +257,46 @@ And soon after, you should see the serialized model in your folder:
257
257
258
258
For more tutorials and How-Tos, see TensorFlow's [save_and_load.ipynb](https://github.com/tensorflow/docs/blob/master/site/en/tutorials/distribute/save_and_load.ipynb) example notebook.
259
259
260
+
## Tensorboard
261
+
262
+
There is another useful tool to monitor some ML applications if they support it. We provided a sample file to start it in your Kubernetes cluster, `tensorboard.yaml`.
263
+
264
+
A concrete example of a tensorboard-using script is in folder `mnist-w-tb`. You will need your
265
+
github account to build the image(substitute `rollingstone` for yours) and run:
0 commit comments