Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/python/tensorrt/test_tensorrt_lenet5.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def run_inference(sym, arg_params, aux_params, mnist, all_test_labels, batch_siz
return percentage


@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/14978")
def test_tensorrt_inference():
"""Run LeNet-5 inference comparison between MXNet and TensorRT."""
check_tensorrt_installation()
Expand Down