Skip to content

Tags: JowoScript/Windows-Machine-Learning

Tags

1.2.1.2

Toggle 1.2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove artifical limitation on 5D tensors (microsoft#325)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#297 from microsoft/user/ticastro/fix-bui…

…ld-lockfile

Re-add lock file, fix build breaks

1.2.1.1

Toggle 1.2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Can't use DXGI to print adapter name of VPU (microsoft#274)

* Fix vpu break, can't print adaptername using dxcore

* Spacing

1.2.1.0

Toggle 1.2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change winmlrunner version (microsoft#272)

1.2.0.2

Toggle 1.2.0.2's commit message
Removed '\ufeff' character at the start of file (microsoft#258)

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update all version information for dashboard to v0.6.1 (microsoft#232)

1.2.0.1

Toggle 1.2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Delayload DXGI and D3D11.dll on DxCore path (microsoft#226)

* Delayload dxgi and d3d11.dll

* Delayload dxgi and d3d11.dll

* Fall back to DXCore if dxgi doesn't work

* Remove space

1.2

Toggle 1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade version and change link to releases in README (microsoft#225)

v1.0.1.0

Toggle v1.0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Modify debug_all_outputs.py (microsoft#204)

* debug all outputs python script doesn't debug final outputs anymore

* update onnx example model

* add link to onnx standard motivating omitting final graph output debug operators

v1.0.2.0

Toggle v1.0.2.0's commit message
User/paulm/fps (microsoft#198)

* added FPS counters

* handle FPS less than 0

* PR feedback