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
Copy file name to clipboardExpand all lines: _posts/2019-11-11-mlbench-cli.md
+28-3Lines changed: 28 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
layout: post
3
3
title: "Tutorial: Using the MLBench Commandline Interface"
4
4
author: r_grubenmann
5
-
published: false
5
+
published: true
6
6
tags: [tutorial,guide]
7
7
excerpt_separator: <!--more-->
8
8
---
@@ -55,7 +55,32 @@ Run started with name my-run-2
55
55
56
56
You will be prompted to select the benchmark image you want to run (or to specify a custom image). Afterwards, a new benchmark run will be started in the cluster with 2 workers.
57
57
58
-
To see the status of this run, execute:
58
+
You can also start multiple runs at the same time, which will be scheduled as nodes become available:
which would start runs with 2, 4, 8 and 16 workers, respectively.
82
+
83
+
To see the status of a run, execute:
59
84
60
85
```shell
61
86
$ mlbench status my-run-2
@@ -75,7 +100,7 @@ To download the results of a current or finished run, use:
75
100
$ mlbench download my-run-2
76
101
```
77
102
78
-
which will download all the metrics of the run as a zip file. This file also contains the official benchmark result once the run finishes.
103
+
which will download all the metrics of the run as a zip file. This file also contains the official benchmark result once the run finishes, in the form of the ``official_result.txt``.
79
104
80
105
You can also access all the information of the run in the dashboard. To get the dashboard URL, simply run:
0 commit comments