diff --git a/test/py/param_test.py b/test/py/param_test.py index b0d8113..48a2018 100644 --- a/test/py/param_test.py +++ b/test/py/param_test.py @@ -243,7 +243,7 @@ def test_dnn_engine(COMPILE): for ib, b in enumerate(bundles): print(f'-----------------{b.idx}-----------------------') b.process(inp if b.idx==0 else None, c) - b.export(c, ib==len(bundles)-1) + b.export(c, False) #ib==len(bundles)-1