Merge pull request #9313 from dkurt:dnn_perf_test
This commit is contained in:
@@ -99,7 +99,7 @@ TEST(Reproducibility_GoogLeNet_Halide, Accuracy)
|
||||
{
|
||||
test(findDataFile("dnn/bvlc_googlenet.caffemodel", false),
|
||||
findDataFile("dnn/bvlc_googlenet.prototxt", false),
|
||||
"", 227, 227, "prob", "caffe", DNN_TARGET_CPU);
|
||||
"", 224, 224, "prob", "caffe", DNN_TARGET_CPU);
|
||||
};
|
||||
|
||||
TEST(Reproducibility_AlexNet_Halide, Accuracy)
|
||||
|
||||
Reference in New Issue
Block a user