Skip to content

Commit

Permalink
disable yolo for 0.3.1 (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
jignparm committed Apr 6, 2019
1 parent b9505aa commit 097c97c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxruntime/test/onnx/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ int real_main(int argc, char* argv[], OrtEnv** p_env) {
broken_tests["vgg19"] = "failed: bad allocation";
broken_tests["tf_nasnet_large"] = "failed: bad allocation";
broken_tests["tf_pnasnet_large"] = "failed: bad allocation";
broken_tests["fp16_tiny_yolov2"] = "Need to adjust the per_sample_tolerance: 0.2";

#endif

Expand Down

0 comments on commit 097c97c

Please sign in to comment.