Skip to content

Commit 3169534

Browse files
little change
1 parent 4da54c2 commit 3169534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/BatchSupport/BatchSupport/SampleHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ hstring GetModelPath(std::string modelType) {
110110
hstring modelPath;
111111
if (modelType == "fixedBatchSize") {
112112
modelPath =
113-
static_cast<hstring>(GetModulePath().c_str()) + L"SqueezeNet.onnx";
113+
static_cast<hstring>(GetModulePath().c_str()) + L"SqueezeNet_batch3.onnx";
114114
} else {
115115
modelPath =
116116
static_cast<hstring>(GetModulePath().c_str()) + L"SqueezeNet_free.onnx";

0 commit comments

Comments
 (0)