Skip to content

Commit 7612bce

Browse files
committed
Remove old models
1 parent ea74b8e commit 7612bce

File tree

7 files changed

+4
-7
lines changed

7 files changed

+4
-7
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
*.onnx
22
!squeezenet1.1-7-batched.onnx
33
!encrypted.onnx
4-
!dx_preprocessor.onnx
54
!efficientnet-lite4-11.onnx
6-
!dx_preprocessor_efficient_net.onnx
7-
!dx_preprocessor_efficient_net_v2.onnx
8-
5+
!dx_preprocessor_efficient_net.onnx

Samples/WinMLSamplesGallery/WinMLSamplesGalleryNative/DXResourceBinding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace winrt::WinMLSamplesGalleryNative::implementation
2121
// Create ORT Sessions and launch D3D window in a separate thread
2222
void DXResourceBinding::LaunchWindow() {
2323
// Create ORT Sessions that will be used for preprocessing and classification
24-
preprocesingSession = CreateSession(Win32Application::GetAssetPath(L"dx_preprocessor_efficient_net_v2.onnx").c_str());
24+
preprocesingSession = CreateSession(Win32Application::GetAssetPath(L"dx_preprocessor_efficient_net.onnx").c_str());
2525
inferenceSession = CreateSession(Win32Application::GetAssetPath(L"efficientnet-lite4-11.onnx").c_str());
2626

2727
// Spawn the window in a separate thread

Samples/WinMLSamplesGallery/WinMLSamplesGalleryNative/WinMLSamplesGalleryNative.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
</ItemGroup>
189189
<ItemGroup>
190190
<None Include="datafile.bin" />
191-
<None Include="dx_preprocessor.onnx">
191+
<None Include="dx_preprocessor_efficient_net.onnx">
192192
<DeploymentContent>true</DeploymentContent>
193193
</None>
194194
<None Include="packages.config" />

Samples/WinMLSamplesGallery/WinMLSamplesGalleryNative/WinMLSamplesGalleryNative.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<Filter>DXResourceBinding</Filter>
7878
</None>
7979
<None Include="$(MSBuildThisFileDirectory)..\..\runtimes\win-x64\native\onnxruntime.dll" />
80-
<None Include="dx_preprocessor.onnx">
80+
<None Include="dx_preprocessor_efficient_net.onnx">
8181
<Filter>DXResourceBinding</Filter>
8282
</None>
8383
</ItemGroup>
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)