Skip to content

Commit 1f3de04

Browse files
committed
Add Batching README
1 parent e6cacd1 commit 1f3de04

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
?# WinML Samples Gallery: Batching
2+
Perform infererence over multiple inputs at once to increase runtime performance.
3+
4+
Use this sample to compare inference runtime performace with and without batched inputs. 50 images will be passed through SqueezeNet for classification. Set a batch size and click Start Inference to compare.
5+
6+
## Feedback
7+
Please file an issue [here](https://github.com/microsoft/Windows-Machine-Learning/issues/new) if you encounter any issues with the WinML Samples Gallery or wish to request a new sample.
8+
9+
<img src="docs/BatchingScreenshot.png" width="650"/>
10+
11+
- [Getting Started](#getting-started)
12+
- [Feedback]($feedback)
13+
- [External Links](#links)
14+
15+
## Getting Started
16+
- Check out the [source](https://github.com/microsoft/Windows-Machine-Learning/blob/master/Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/Batching/Batching.xaml.cs).
17+
18+
## External Links
19+
20+
- [Windows ML Library (WinML)](https://docs.microsoft.com/en-us/windows/ai/windows-ml/)
21+
- [DirectML](https://github.com/microsoft/directml)
22+
- [ONNX Model Zoo](https://github.com/onnx/models)
23+
- [Windows UI Library (WinUI)](https://docs.microsoft.com/en-us/windows/apps/winui/)
65.6 KB
Loading

0 commit comments

Comments
 (0)