Skip to content

Commit 097c97c

Browse files
authored
disable yolo for 0.3.1 (#785)
1 parent b9505aa commit 097c97c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnxruntime/test/onnx/main.cc

+1
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ int real_main(int argc, char* argv[], OrtEnv** p_env) {
353353
broken_tests["vgg19"] = "failed: bad allocation";
354354
broken_tests["tf_nasnet_large"] = "failed: bad allocation";
355355
broken_tests["tf_pnasnet_large"] = "failed: bad allocation";
356+
broken_tests["fp16_tiny_yolov2"] = "Need to adjust the per_sample_tolerance: 0.2";
356357

357358
#endif
358359

0 commit comments

Comments
 (0)