mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-29 23:06:41 +00:00
Add back Keras Mask RCNN to CUDA test exclusion (#2201)
This commit is contained in:
parent
aae18a3fe3
commit
07e9f500da
1 changed files with 1 additions and 0 deletions
|
|
@ -521,6 +521,7 @@ int real_main(int argc, char* argv[], Ort::Env& env) {
|
|||
#endif
|
||||
|
||||
#ifdef USE_CUDA
|
||||
broken_tests.insert({"mask_rcnn_keras", "result mismatch"});
|
||||
broken_tests.insert({"mlperf_ssd_mobilenet_300", "unknown error"});
|
||||
broken_tests.insert({"mlperf_ssd_resnet34_1200", "unknown error"});
|
||||
broken_tests.insert({"tf_inception_v1", "flaky test"}); //TODO: Investigate cause for flakiness
|
||||
|
|
|
|||
Loading…
Reference in a new issue