Skip to content

Commit

Permalink
flaky off (#8972)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewZhaoLuo authored Sep 9, 2021
1 parent e47fc6a commit e4478aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/python/frontend/onnx/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -4787,9 +4787,11 @@ def verify_eyelike(indata):
"test_nllloss_NCd1d2d3_sum_weight_high_ii_expanded",
"test_nllloss_NCd1d2d3d4d5_mean_weight_expanded",
"test_nllloss_NCd1d2d3d4d5_none_no_weight_expanded",
# This nllloss test is flaky and sometimes gives NaNs
# These nllloss tests are flaky and sometimes gives NaNs
# Investigate it here: https://github.com/apache/tvm/issues/8918
"test_nllloss_NCd1d2d3_none_no_weight_negative_ii",
# Investigate it here: https://github.com/apache/tvm/issues/8964
"test_nllloss_NCd1d2d3_sum_weight_high_ii",
"test_qlinearmatmul_2D",
"test_qlinearmatmul_3D",
"test_range_float_type_positive_delta_expanded",
Expand Down

0 comments on commit e4478aa

Please sign in to comment.