File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Samples/WinMLSamplesGallery/WinMLSamplesGallery Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ private void UpdateEvalText(bool isBatchingEval)
106106
107107 private async Task CreateSessions ( int batchSizeOverride )
108108 {
109- var modelPath = "ms-appx:///Models/squeezenet1.1-7.onnx" ;
109+ var modelPath = "ms-appx:///Models/squeezenet1.1-7-batched .onnx" ;
110110 nonBatchingSession_ = await CreateLearningModelSession ( modelPath ) ;
111111 batchingSession_ = await CreateLearningModelSession ( modelPath , batchSizeOverride ) ;
112112 }
Original file line number Diff line number Diff line change 2525 <None Remove =" AllSamplesPage.xaml" />
2626 <None Remove =" Controls\PerformanceMonitor.xaml" />
2727 <None Remove =" HomePage.xaml" />
28+ <None Remove =" Models\squeezenet1.1-7-batched.onnx" />
2829 <None Remove =" SamplesGrid.xaml" />
2930 <None Remove =" SampleBasePage.xaml" />
3031 <None Remove =" Image.xaml" />
3637 <None Remove =" Video.xaml" />
3738 </ItemGroup >
3839 <ItemGroup >
40+ <Content Include =" Models\squeezenet1.1-7-batched.onnx" />
3941 <Content Include =" SampleMetadata\SampleMetadata.json" >
4042 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
4143 </Content >
You can’t perform that action at this time.
0 commit comments