This commit is contained in:
Xiang Zhang 2020-02-19 14:37:55 -08:00
Родитель 4da54c2d7c
Коммит 31695343c3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -110,7 +110,7 @@ hstring GetModelPath(std::string modelType) {
hstring modelPath;
if (modelType == "fixedBatchSize") {
modelPath =
static_cast<hstring>(GetModulePath().c_str()) + L"SqueezeNet.onnx";
static_cast<hstring>(GetModulePath().c_str()) + L"SqueezeNet_batch3.onnx";
} else {
modelPath =
static_cast<hstring>(GetModulePath().c_str()) + L"SqueezeNet_free.onnx";