Skip to content

Commit 1724da8

Browse files
authored
Fix DNN Featurizer sample bug. (#3237)
1 parent fdd24cf commit 1724da8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/samples/Microsoft.ML.Samples/Microsoft.ML.Samples.csproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,18 @@
187187
<PackageReference Include="Microsoft.ML.Onnx.TestModels" Version="$(MicrosoftMLOnnxTestModelsVersion)" />
188188
</ItemGroup>
189189

190+
<ItemGroup>
191+
<Content Include="$(ObjDir)DnnImageModels\ResNet18Onnx\ResNet18.onnx">
192+
<Link>DnnImageModels\ResNet18Onnx\ResNet18.onnx</Link>
193+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
194+
</Content>
195+
</ItemGroup>
196+
197+
<ItemGroup>
198+
<Content Include="$(ObjDir)DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx">
199+
<Link>DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx</Link>
200+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
201+
</Content>
202+
</ItemGroup>
203+
190204
</Project>

0 commit comments

Comments
 (0)