From b7c989d8bb8c210a9fd8e312e525d18e7016b809 Mon Sep 17 00:00:00 2001 From: Beth Dean Date: Mon, 10 Dec 2018 08:17:20 -0800 Subject: [PATCH 1/3] updating path to dlrs; adding link to benchmark results. --- source/clear-linux/tutorials/dlrs.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/source/clear-linux/tutorials/dlrs.rst b/source/clear-linux/tutorials/dlrs.rst index 1037e7be..2cbc289e 100644 --- a/source/clear-linux/tutorials/dlrs.rst +++ b/source/clear-linux/tutorials/dlrs.rst @@ -20,6 +20,8 @@ Release notes View current `release notes`_ for the Deep Learning Reference Stack. +View current `benchmark results`_ for the Deep Learning Reference Stack. + .. note:: Performance test numbers in the Deep Learning Reference Stack were obtained using `runc` as the runtime. @@ -204,8 +206,8 @@ Run a TFJob This will replicate and deploy three test setups in your Kubernetes cluster. -Results -======= +Results of Running this Tutorial +================================ You need to parse the logs of the Kubernetes pod to get the performance numbers. The pods will still be around post completion and will be in ‘Completed’ state. You can get the logs from any of the pods to inspect the @@ -223,8 +225,10 @@ benchmark results. More information about `Kubernetes logging`_ is available fro .. _Eigen: https://hub.docker.com/r/clearlinux/stacks-dlaas-oss/ .. _Intel MKL-DNN: https://hub.docker.com/r/clearlinux/stacks-dlaas-mkl/ -.. _release notes: https://github.com/clearlinux/dockerfiles/tree/master/stacks/dlaas +.. _release notes: https://github.com/clearlinux/dockerfiles/tree/master/stacks/dlrs -.. _ksonnet registries for deploying TFJobs: https://github.com/clearlinux/dockerfiles/tree/master/stacks/dlaas/kubeflow/dlaas-tfjob +.. _ksonnet registries for deploying TFJobs: https://github.com/clearlinux/dockerfiles/tree/master/stacks/dlaas/kubeflow/dlrs-tfjob .. _Kubernetes logging: https://kubernetes.io/docs/concepts/cluster-administration/logging/ + +.. _benchmark results: https://clearlinux.org/stacks/deep-learning-reference-stack From d16052f12504b9b695b2c7d2b776fc6ea7363139 Mon Sep 17 00:00:00 2001 From: Beth Dean Date: Mon, 10 Dec 2018 09:01:18 -0800 Subject: [PATCH 2/3] updating TFJobs link --- source/clear-linux/tutorials/dlrs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/tutorials/dlrs.rst b/source/clear-linux/tutorials/dlrs.rst index 2cbc289e..c86afef4 100644 --- a/source/clear-linux/tutorials/dlrs.rst +++ b/source/clear-linux/tutorials/dlrs.rst @@ -227,7 +227,7 @@ benchmark results. More information about `Kubernetes logging`_ is available fro .. _release notes: https://github.com/clearlinux/dockerfiles/tree/master/stacks/dlrs -.. _ksonnet registries for deploying TFJobs: https://github.com/clearlinux/dockerfiles/tree/master/stacks/dlaas/kubeflow/dlrs-tfjob +.. _ksonnet registries for deploying TFJobs: https://github.com/clearlinux/dockerfiles/tree/master/stacks/dlrs/kubeflow/dlrs-tfjob .. _Kubernetes logging: https://kubernetes.io/docs/concepts/cluster-administration/logging/ From 35fbd6c01e2fa42e0adff777253a7aa12e99fe8b Mon Sep 17 00:00:00 2001 From: Beth Dean Date: Mon, 10 Dec 2018 09:10:25 -0800 Subject: [PATCH 3/3] updating model instructions with correct name --- source/clear-linux/tutorials/dlrs.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/source/clear-linux/tutorials/dlrs.rst b/source/clear-linux/tutorials/dlrs.rst index c86afef4..f856f97e 100644 --- a/source/clear-linux/tutorials/dlrs.rst +++ b/source/clear-linux/tutorials/dlrs.rst @@ -190,19 +190,19 @@ Run a TFJob .. code-block:: bash - ks registry add dlaas-tfjob github.com/clearlinux/dockerfiles/tree/master/stacks/dlaas/kubeflow/dlaas-tfjob + ks registry add dlrs-tfjob github.com/clearlinux/dockerfiles/tree/master/stacks/dlrs/kubeflow/dlrs-tfjob - ks pkg install dlaas-tfjob/dlaas-bench + ks pkg install dlrs-tfjob/dlrs-bench #. Next, generate Kubernetes manifests for the workloads and apply them to create and run them using these commands .. code-block:: bash - ks generate dlaas-resnet50 dlaasresnet50 --name=dlaasresnet50 - ks generate dlaas-alexnet dlaasalexnet --name=dlaasalexnet - ks apply default -c dlaasresnet50 - ks apply default -c dlaasalexnet + ks generate dlrs-resnet50 dlaasresnet50 --name=dlrsresnet50 + ks generate dlrs-alexnet dlaasalexnet --name=dlrsalexnet + ks apply default -c dlrsresnet50 + ks apply default -c dlrsalexnet This will replicate and deploy three test setups in your Kubernetes cluster. @@ -229,6 +229,7 @@ benchmark results. More information about `Kubernetes logging`_ is available fro .. _ksonnet registries for deploying TFJobs: https://github.com/clearlinux/dockerfiles/tree/master/stacks/dlrs/kubeflow/dlrs-tfjob + .. _Kubernetes logging: https://kubernetes.io/docs/concepts/cluster-administration/logging/ .. _benchmark results: https://clearlinux.org/stacks/deep-learning-reference-stack