We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da54c2 commit 3169534Copy full SHA for 3169534
Samples/BatchSupport/BatchSupport/SampleHelper.cpp
@@ -110,7 +110,7 @@ hstring GetModelPath(std::string modelType) {
110
hstring modelPath;
111
if (modelType == "fixedBatchSize") {
112
modelPath =
113
- static_cast<hstring>(GetModulePath().c_str()) + L"SqueezeNet.onnx";
+ static_cast<hstring>(GetModulePath().c_str()) + L"SqueezeNet_batch3.onnx";
114
} else {
115
116
static_cast<hstring>(GetModulePath().c_str()) + L"SqueezeNet_free.onnx";
0 commit comments