Skip to content

Commit 124176c

Browse files
update version number to 0.7.0
1 parent cb16acb commit 124176c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Tools/WinMLDashboard/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WinML Dashboard (preview)
22

3-
WinML Dashboard is a tool for **viewing**, **editing**, **converting**, and **validating** machine learning models for [Windows ML](https://docs.microsoft.com/en-us/windows/ai/) inference engine. The engine is built into Windows 10 and evaluates trained models locally on Windows devices using hardware optimizations for CPU and GPU to enable high performance inferences. [(Download Preview Version of the tool)](https://github.com/Microsoft/Windows-Machine-Learning/releases/tag/v0.6.1)
3+
WinML Dashboard is a tool for **viewing**, **editing**, **converting**, and **validating** machine learning models for [Windows ML](https://docs.microsoft.com/en-us/windows/ai/) inference engine. The engine is built into Windows 10 and evaluates trained models locally on Windows devices using hardware optimizations for CPU and GPU to enable high performance inferences. [(Download Preview Version of the tool)](https://github.com/Microsoft/Windows-Machine-Learning/releases/tag/v0.7.0)
44

55
Today there are several different frameworks available for training and evaluating machine learning models, which makes it difficult for app developers to integate models into their product. Windows ML uses [ONNX](http://onnx.ai/) machine learning model format that allows conversion from one framework format to another, and this Dashboard makes it easy to convert models from different frameworks to ONNX.
66

@@ -84,7 +84,7 @@ To debug your model follow these steps:
8484

8585
You can install an early preview version of WinML Dashboard from here.
8686

87-
[Download Preview Version](https://github.com/Microsoft/Windows-Machine-Learning/releases/tag/v0.6.1)
87+
[Download Preview Version](https://github.com/Microsoft/Windows-Machine-Learning/releases/tag/v0.7.0)
8888

8989
Note that the prerelease version is not currently signed so you may see a warning about the binary being untrusted when you try to download and run the installer.
9090

Tools/WinMLDashboard/build.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ resultPromise = electronInstaller.createWindowsInstaller({
99
loadingGif: './public/progress_bar.gif',
1010
noMsi: true,
1111
outputDirectory: path.join('./installer'),
12-
setupExe: 'WinMLDashboard_setup_0.6.1.exe',
12+
setupExe: 'WinMLDashboard_setup_0.7.0.exe',
1313
setupIcon: './public/winml_icon.ico',
14-
version: '0.6.1',
14+
version: '0.7.0',
1515
});
1616

1717
// tslint:disable-next-line:no-console

Tools/WinMLDashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WinMLDashboard",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"icon": "public/winml_icon.ico",
55
"description": "Dashboard for development in ONNX using Windows ML",
66
"author": "Microsoft Corporation",

Tools/WinMLDashboard/public/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
</div>
1414
<h3 class="title" > WinML DashBoard</h3>
1515
<div class="description">
16-
<div class="Version">Version: 0.6.1 (prerelease)</div>
17-
<div class="Commit">Commit: aa3bbca549ea85cb381095b075d62517cb3b541c</div>
18-
<div class="Date">Date: Oct 17, 2018</div>
16+
<div class="Version">Version: 0.7.0 (prerelease)</div>
17+
<div class="Commit">Commit: cb16acb59be3541118c9ef413c498c22158c91f7</div>
18+
<div class="Date">Date: Mar 2rd, 2020</div>
1919
<div class="Architecture">Architecture: x64</div>
2020
</div>
2121
</body>

0 commit comments

Comments
 (0)