Skip to content

Commit 7087c45

Browse files
authored
Merge pull request #492 from Nagamani71/patch-1
Fix for Build Error. Missing ")"
2 parents 3c2dad4 + af1abdc commit 7087c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/ImageClassifier/ImageClassifier.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private void EnsureInitialized()
145145
{ Classifier.GoogleNet, Path.Combine(installPath, "LargeModels\\googlenet-9.onnx") },
146146
{ Classifier.Inception_V1, Path.Combine(installPath, "LargeModels\\inception-v1-9.onnx") },
147147
{ Classifier.Inception_V2, Path.Combine(installPath, "LargeModels\\inception-v2-9.onnx") },
148-
{ Classifier.MobileNet, Path.Combine(installPath, "LargeModels\\mobilenetv2-7.onnx" },
148+
{ Classifier.MobileNet, Path.Combine(installPath, "LargeModels\\mobilenetv2-7.onnx") },
149149
{ Classifier.ShuffleNet_V2, Path.Combine(installPath, "LargeModels\\shufflenet-v2-10.onnx") },
150150
{ Classifier.RCNN_ILSVRC13, Path.Combine(installPath, "LargeModels\\rcnn-ilsvrc13-9.onnx") },
151151
{ Classifier.ResNet, Path.Combine(installPath, "LargeModels\\resnet50-caffe2-v1-9.onnx") },

0 commit comments

Comments
 (0)