Skip to content

Commit b803e66

Browse files
author
Ori Levari
authored
update all version information for dashboard to v0.6.1 (#232)
1 parent 9ccf1db commit b803e66

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For additional information on Windows ML, including step-by-step tutorials and h
1515

1616
## Developer Tools
1717
- **[WinML Dashboard (Preview)](https://github.com/Microsoft/Windows-Machine-Learning/tree/master/Tools/WinMLDashboard)**: a GUI-based tool for viewing, editing, converting, and validating machine learning models for Windows ML inference engine.
18-
[Download Preview Version](https://github.com/Microsoft/Windows-Machine-Learning/releases/tag/0.5.1)
18+
[Download Preview Version](https://github.com/Microsoft/Windows-Machine-Learning/releases/tag/v0.6.1)
1919

2020
<img src='./Tools/WinMLDashboard/public/EditorView2.PNG' width=800/>
2121

Tools/WinMLDashboard/README.md

+1-1
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.5.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.6.1)
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

Tools/WinMLDashboard/build.js

+2-2
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.5.1.exe',
12+
setupExe: 'WinMLDashboard_setup_0.6.1.exe',
1313
setupIcon: './public/winml_icon.ico',
14-
version: '0.5.1',
14+
version: '0.6.1',
1515
});
1616

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

Tools/WinMLDashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WinMLDashboard",
3-
"version": "0.5.1",
3+
"version": "0.6.1",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</div>
1414
<h3 class="title" > WinML DashBoard</h3>
1515
<div class="description">
16-
<div class="Version">Version: 0.5.1 (prerelease)</div>
16+
<div class="Version">Version: 0.6.1 (prerelease)</div>
1717
<div class="Commit">Commit: aa3bbca549ea85cb381095b075d62517cb3b541c</div>
1818
<div class="Date">Date: Oct 17, 2018</div>
1919
<div class="Architecture">Architecture: x64</div>

0 commit comments

Comments
 (0)