mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
parent
465b30e3ca
commit
3045a5f88b
2 changed files with 4 additions and 2 deletions
|
|
@ -392,6 +392,8 @@ int real_main(int argc, char* argv[], Ort::Env& env) {
|
|||
|
||||
#ifdef USE_CUDA
|
||||
broken_tests.insert({"mxnet_arcface", "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
|
||||
#endif
|
||||
// clang-format on
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# sets variables $(TestDataUrl) and $(TestDataChecksum)
|
||||
|
||||
parameters:
|
||||
TestDataUrl: https://onnxruntimetestdata.blob.core.windows.net/models/20190419.zip
|
||||
TestDataChecksum: 3f46c31ee02345dbe707210b339e31fe
|
||||
TestDataUrl: https://onnxruntimetestdata.blob.core.windows.net/models/20190729.zip
|
||||
TestDataChecksum: ef36198a9ebaca8413b9739b15e87954
|
||||
|
||||
steps:
|
||||
- task: CmdLine@1
|
||||
|
|
|
|||
Loading…
Reference in a new issue