Skip to content

Commit

Permalink
update all version information for dashboard to v0.6.1 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ori Levari committed May 7, 2019
1 parent 9ccf1db commit b803e66
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For additional information on Windows ML, including step-by-step tutorials and h

## Developer Tools
- **[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.
[Download Preview Version](https://github.com/Microsoft/Windows-Machine-Learning/releases/tag/0.5.1)
[Download Preview Version](https://github.com/Microsoft/Windows-Machine-Learning/releases/tag/v0.6.1)

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

Expand Down
2 changes: 1 addition & 1 deletion Tools/WinMLDashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WinML Dashboard (preview)

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)
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)

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.

Expand Down
4 changes: 2 additions & 2 deletions Tools/WinMLDashboard/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ resultPromise = electronInstaller.createWindowsInstaller({
loadingGif: './public/progress_bar.gif',
noMsi: true,
outputDirectory: path.join('./installer'),
setupExe: 'WinMLDashboard_setup_0.5.1.exe',
setupExe: 'WinMLDashboard_setup_0.6.1.exe',
setupIcon: './public/winml_icon.ico',
version: '0.5.1',
version: '0.6.1',
});

// tslint:disable-next-line:no-console
Expand Down
2 changes: 1 addition & 1 deletion Tools/WinMLDashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WinMLDashboard",
"version": "0.5.1",
"version": "0.6.1",
"icon": "public/winml_icon.ico",
"description": "Dashboard for development in ONNX using Windows ML",
"author": "Microsoft Corporation",
Expand Down
2 changes: 1 addition & 1 deletion Tools/WinMLDashboard/public/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>
<h3 class="title" > WinML DashBoard</h3>
<div class="description">
<div class="Version">Version: 0.5.1 (prerelease)</div>
<div class="Version">Version: 0.6.1 (prerelease)</div>
<div class="Commit">Commit: aa3bbca549ea85cb381095b075d62517cb3b541c</div>
<div class="Date">Date: Oct 17, 2018</div>
<div class="Architecture">Architecture: x64</div>
Expand Down

0 comments on commit b803e66

Please sign in to comment.