-
Notifications
You must be signed in to change notification settings - Fork 1.5k
test_bundle_trt_export #6337
Copy link
Copy link
Closed
Description
pytorch:22.08-py3
[2023-04-11T22:31:01.672Z] ======================================================================
[2023-04-11T22:31:01.672Z] ERROR: test_onnx_trt_export_0_fp32 (tests.test_bundle_trt_export.TestTRTExport)
[2023-04-11T22:31:01.672Z] ----------------------------------------------------------------------
[2023-04-11T22:31:01.672Z] Traceback (most recent call last):
[2023-04-11T22:31:01.672Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/utils.py", line 819, in command_line_tests
[2023-04-11T22:31:01.672Z] normal_out = subprocess.run(cmd, env=test_env, check=True, capture_output=True)
[2023-04-11T22:31:01.672Z] File "/opt/conda/lib/python3.8/subprocess.py", line 516, in run
[2023-04-11T22:31:01.672Z] raise CalledProcessError(retcode, process.args,
[2023-04-11T22:31:01.672Z] subprocess.CalledProcessError: Command '['python', '-m', 'monai.bundle', 'trt_export', 'network_def', '--filepath', '/tmp/tmp4o5hcnb5/model_trt_fp32.ts', '--meta_file', '/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/testing_data/metadata.json', '--config_file', "['/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/testing_data/inference.json','/tmp/tmp4o5hcnb5/def_args.yaml']", '--ckpt_file', '/tmp/tmp4o5hcnb5/model.pt', '--args_file', '/tmp/tmp4o5hcnb5/def_args.yaml', '--precision', 'fp32', '--use_onnx', 'True', '--input_shape', '[1, 1, 96, 96, 96]', '--dynamic_batch', '[1, 4, 8]']' returned non-zero exit status 1.
[2023-04-11T22:31:01.672Z]
[2023-04-11T22:31:01.672Z] The above exception was the direct cause of the following exception:
[2023-04-11T22:31:01.672Z]
[2023-04-11T22:31:01.672Z] Traceback (most recent call last):
[2023-04-11T22:31:01.672Z] File "/opt/conda/lib/python3.8/site-packages/parameterized/parameterized.py", line 620, in standalone_func
[2023-04-11T22:31:01.672Z] return func(*(a + p.args), **p.kwargs, **kw)
[2023-04-11T22:31:01.672Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/test_bundle_trt_export.py", line 123, in test_onnx_trt_export
[2023-04-11T22:31:01.672Z] command_line_tests(cmd)
[2023-04-11T22:31:01.672Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/utils.py", line 824, in command_line_tests
[2023-04-11T22:31:01.672Z] raise RuntimeError(f"subprocess call error {e.returncode}: {errors}, {output}") from e
[2023-04-11T22:31:01.672Z] RuntimeError: subprocess call error 1: b'There is no dynamic batch range. The converted model only takes [1, 1, 96, 96, 96] shape input.
[2023-04-11T22:31:01.672Z] Traceback (most recent call last):
[2023-04-11T22:31:01.672Z] File "/opt/conda/lib/python3.8/runpy.py", line 194, in _run_module_as_main
[2023-04-11T22:31:01.672Z] return _run_code(code, main_globals, None,
[2023-04-11T22:31:01.672Z] File "/opt/conda/lib/python3.8/runpy.py", line 87, in _run_code
[2023-04-11T22:31:01.672Z] exec(code, run_globals)
[2023-04-11T22:31:01.672Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/bundle/__main__.py", line 30, in <module>
[2023-04-11T22:31:01.672Z] fire.Fire()
[2023-04-11T22:31:01.672Z] File "/opt/conda/lib/python3.8/site-packages/fire/core.py", line 141, in Fire
[2023-04-11T22:31:01.672Z] component_trace = _Fire(component, args, parsed_flag_args, context, name)
[2023-04-11T22:31:01.672Z] File "/opt/conda/lib/python3.8/site-packages/fire/core.py", line 475, in _Fire
[2023-04-11T22:31:01.672Z] component, remaining_args = _CallAndUpdateTrace(
[2023-04-11T22:31:01.672Z] File "/opt/conda/lib/python3.8/site-packages/fire/core.py", line 691, in _CallAndUpdateTrace
[2023-04-11T22:31:01.672Z] component = fn(*varargs, **kwargs)
[2023-04-11T22:31:01.672Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/bundle/scripts.py", line 1383, in trt_export
[2023-04-11T22:31:01.672Z] _export(
[2023-04-11T22:31:01.672Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/bundle/scripts.py", line 976, in _export
[2023-04-11T22:31:01.672Z] net = converter(model=net, **kwargs)
[2023-04-11T22:31:01.672Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/networks/utils.py", line 928, in convert_to_trt
[2023-04-11T22:31:01.672Z] trt_model = _onnx_trt_compile(
[2023-04-11T22:31:01.672Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/networks/utils.py", line 790, in _onnx_trt_compile
[2023-04-11T22:31:01.672Z] torch_tensorrt.set_device(device)
[2023-04-11T22:31:01.672Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/utils/module.py", line 436, in __getattr__
[2023-04-11T22:31:01.672Z] raise self._exception
[2023-04-11T22:31:01.672Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/utils/module.py", line 395, in optional_import
[2023-04-11T22:31:01.672Z] pkg = __import__(module) # top level module
[2023-04-11T22:31:01.672Z] File "/opt/conda/lib/python3.8/site-packages/torch_tensorrt/__init__.py", line 85, in <module>
[2023-04-11T22:31:01.672Z] from torch_tensorrt._compile import *
[2023-04-11T22:31:01.672Z] File "/opt/conda/lib/python3.8/site-packages/torch_tensorrt/_compile.py", line 2, in <module>
[2023-04-11T22:31:01.672Z] from torch_tensorrt import _enums
[2023-04-11T22:31:01.672Z] File "/opt/conda/lib/python3.8/site-packages/torch_tensorrt/_enums.py", line 1, in <module>
[2023-04-11T22:31:01.672Z] from torch_tensorrt._C import dtype, DeviceType, EngineCapability, TensorFormat
[2023-04-11T22:31:01.672Z] monai.utils.module.OptionalImportError: import torch_tensorrt (/opt/conda/lib/python3.8/site-packages/torch_tensorrt/lib/libtorchtrt.so: undefined symbol: _ZN2at11show_configB5cxx11Ev).
[2023-04-11T22:31:01.672Z]
[2023-04-11T22:31:01.672Z] For details about installing the optional dependencies, please visit:
[2023-04-11T22:31:01.672Z] https://docs.monai.io/en/latest/installation.html#installing-the-recommended-dependencies
[2023-04-11T22:31:01.672Z] ', b"2023-04-11 22:16:27,370 - INFO - --- input summary of monai.bundle.scripts.trt_export ---
[2023-04-11T22:31:01.672Z] 2023-04-11 22:16:27,370 - INFO - > meta_file: '/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/testing_data/metadata.json'
[2023-04-11T22:31:01.672Z] 2023-04-11 22:16:27,370 - INFO - > net_id: 'network_def'
[2023-04-11T22:31:01.672Z] 2023-04-11 22:16:27,370 - INFO - > filepath: '/tmp/tmp4o5hcnb5/model_trt_fp32.ts'
[2023-04-11T22:31:01.672Z] 2023-04-11 22:16:27,370 - INFO - > config_file: ['/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/testing_data/inference.json',
[2023-04-11T22:31:01.672Z] '/tmp/tmp4o5hcnb5/def_args.yaml']
[2023-04-11T22:31:01.672Z] 2023-04-11 22:16:27,370 - INFO - > ckpt_file: '/tmp/tmp4o5hcnb5/model.pt'
[2023-04-11T22:31:01.672Z] 2023-04-11 22:16:27,370 - INFO - > precision: 'fp32'
[2023-04-11T22:31:01.672Z] 2023-04-11 22:16:27,370 - INFO - > input_shape: [1, 1, 96, 96, 96]
[2023-04-11T22:31:01.672Z] 2023-04-11 22:16:27,370 - INFO - > use_onnx: True
[2023-04-11T22:31:01.672Z] 2023-04-11 22:16:27,370 - INFO - > dynamic_batch: [1, 4, 8]
[2023-04-11T22:31:01.672Z] 2023-04-11 22:16:27,370 - INFO - ---
[2023-04-11T22:31:01.672Z]
[2023-04-11T22:31:01.672Z]
[2023-04-11T22:31:01.672Z] ============= Diagnostic Run torch.onnx.export version 2.0.0+cu117 =============
[2023-04-11T22:31:01.672Z] verbose: False, log level: Level.ERROR
[2023-04-11T22:31:01.672Z] ======================= 0 NONE 0 NOTE 0 WARNING 0 ERROR ========================
[2023-04-11T22:31:01.672Z]
[2023-04-11T22:31:01.672Z] "
[2023-04-11T22:31:01.672Z]
[2023-04-11T22:31:01.672Z] ======================================================================
[2023-04-11T22:31:01.672Z] ERROR: test_onnx_trt_export_1_fp16 (tests.test_bundle_trt_export.TestTRTExport)
[2023-04-11T22:31:01.672Z] ----------------------------------------------------------------------
[2023-04-11T22:31:01.673Z] invert diff 23951
[2023-04-11T22:31:01.673Z]
[2023-04-11T22:31:01.673Z]
[2023-04-11T22:31:01.673Z] tests finished, printing completed times >10.0s in ascending order...
[2023-04-11T22:31:01.673Z]
[2023-04-11T22:31:01.673Z] test_script_0 (tests.test_senet.TestSENET) (10.1s)
[2023-04-11T22:31:01.673Z] test_github_download_bundle_0_test_bundle (tests.test_bundle_download.TestDownload) (10.2s)
[2023-04-11T22:31:01.673Z] test_export_1_model (tests.test_bundle_ckpt_export.TestCKPTExport) (10.3s)
[2023-04-11T22:31:01.673Z] test_export_0_ (tests.test_bundle_ckpt_export.TestCKPTExport) (10.4s)
[2023-04-11T22:31:01.673Z] test_content_1 (tests.test_handler_garbage_collector.TestHandlerGarbageCollector) (10.5s)
[2023-04-11T22:31:01.673Z] test_cpu_precise_backwards_7_3_dimension_1_channel_high_spatial_sigma_high_color_sigma (tests.test_bilateral_precise.BilateralFilterTestCaseCpuPrecise) (10.8s)
[2023-04-11T22:31:01.673Z] test_verify_fp16_0__home_jenkins_agent_workspace_MONAI_postmerge_monai_github_tests_testing_data_metadata_json (tests.test_bundle_verify_net.TestVerifyNetwork) (10.8s)
[2023-04-11T22:31:01.673Z] test_invert (tests.test_invertd.TestInvertd) (10.9s)
[2023-04-11T22:31:01.673Z] test_export_2_model (tests.test_bundle_ckpt_export.TestCKPTExport) (11.1s)
[2023-04-11T22:31:01.673Z] test_cpu_precise_backwards_5_3_dimensions_1_channel_high_spatial_sigmas_high_color_sigma (tests.test_trainable_joint_bilateral.JointBilateralFilterTestCaseCpuPrecise) (11.2s)
[2023-04-11T22:31:01.673Z] test_onnx_6 (tests.test_retinanet.TestRetinaNet) (12.0s)
[2023-04-11T22:31:01.673Z] test_start (tests.test_loader_semaphore.TestImportLock) (13.2s)
[2023-04-11T22:31:01.673Z] test_dints_inference_3 (tests.test_dints_network.TestDints) (13.6s)
[2023-04-11T22:31:01.673Z] test_pdb (tests.test_config_parser.TestConfigParser) (13.7s)
[2023-04-11T22:31:01.673Z] test_dints_inference_2 (tests.test_dints_network.TestDints) (13.8s)
[2023-04-11T22:31:01.673Z] test_script (tests.test_highresnet.TestHighResNet) (13.9s)
[2023-04-11T22:31:01.673Z] test_dints_inference_1 (tests.test_dints_network.TestDints) (14.7s)
[2023-04-11T22:31:01.673Z] test_run_algo (tests.test_auto3dseg_hpo.TestHPO) (14.8s)
[2023-04-11T22:31:01.673Z] test_get_history (tests.test_auto3dseg_hpo.TestHPO) (15.1s)
[2023-04-11T22:31:01.673Z] test_many_elements_quantile (tests.test_utils_pytorch_numpy_unification.TestPytorchNumpyUnification) (16.6s)
[2023-04-11T22:31:01.673Z] test_values (tests.test_mednistdataset.TestMedNISTDataset) (17.1s)
[2023-04-11T22:31:01.673Z] test_cuda_2_1_batches_2_dimensions_2_channels_4_classes_4_mixtures (tests.test_gmm.GMMTestCase) (17.4s)
[2023-04-11T22:31:01.673Z] test_cuda_1_1_batches_1_dimensions_5_channels_2_classes_1_mixtures (tests.test_gmm.GMMTestCase) (17.5s)
[2023-04-11T22:31:01.673Z] test_load (tests.test_gmm.GMMTestCase) (17.7s)
[2023-04-11T22:31:01.673Z] test_cuda_3_1_batches_3_dimensions_1_channels_2_classes_1_mixtures (tests.test_gmm.GMMTestCase) (17.7s)
[2023-04-11T22:31:01.673Z] test_arbitary_center_of_rotation_0_CT_2D_head_fixed_mha (tests.test_itk_torch_bridge.TestITKTorchAffineMatrixBridge) (17.9s)
[2023-04-11T22:31:01.673Z] test_shape_0 (tests.test_transchex.TestTranschex) (20.4s)
[2023-04-11T22:31:01.673Z] test_cuda_0_2_batches_1_dimensions_1_channels_2_classes_2_mixtures (tests.test_gmm.GMMTestCase) (20.4s)
[2023-04-11T22:31:01.673Z] test_train_slow_1 (tests.test_gaussian_filter.TestGaussianFilterBackprop) (25.5s)
[2023-04-11T22:31:01.673Z] test_lr_finder (tests.test_lr_finder.TestLRFinder) (26.0s)
[2023-04-11T22:31:01.673Z] test_run_optuna (tests.test_auto3dseg_hpo.TestHPO) (27.0s)
[2023-04-11T22:31:01.673Z] test_grad (tests.test_warp.TestWarp) (32.9s)
[2023-04-11T22:31:01.673Z] test_unet_1_cpu (tests.test_convert_to_onnx.TestConvertToOnnx) (35.6s)
[2023-04-11T22:31:01.673Z] test_unet_7_cuda (tests.test_convert_to_onnx.TestConvertToOnnx) (35.6s)
[2023-04-11T22:31:01.673Z] test_unet_3_cpu (tests.test_convert_to_onnx.TestConvertToOnnx) (35.6s)
[2023-04-11T22:31:01.673Z] test_unet_5_cuda (tests.test_convert_to_onnx.TestConvertToOnnx) (35.7s)
[2023-04-11T22:31:01.673Z] test_ensemble (tests.test_auto3dseg_ensemble.TestEnsembleBuilder) (1.02e+02s)
[2023-04-11T22:31:01.673Z] test discovery time: 7.12s
[2023-04-11T22:31:01.673Z] total testing time: 7.5e+02s
[2023-04-11T22:31:01.673Z] Remember to check above times for any errors!
[2023-04-11T22:31:01.673Z] Traceback (most recent call last):
[2023-04-11T22:31:01.673Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/utils.py", line 819, in command_line_tests
[2023-04-11T22:31:01.673Z] normal_out = subprocess.run(cmd, env=test_env, check=True, capture_output=True)
[2023-04-11T22:31:01.673Z] File "/opt/conda/lib/python3.8/subprocess.py", line 516, in run
[2023-04-11T22:31:01.673Z] raise CalledProcessError(retcode, process.args,
[2023-04-11T22:31:01.673Z] subprocess.CalledProcessError: Command '['python', '-m', 'monai.bundle', 'trt_export', 'network_def', '--filepath', '/tmp/tmpzrpn_hau/model_trt_fp16.ts', '--meta_file', '/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/testing_data/metadata.json', '--config_file', "['/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/testing_data/inference.json','/tmp/tmpzrpn_hau/def_args.yaml']", '--ckpt_file', '/tmp/tmpzrpn_hau/model.pt', '--args_file', '/tmp/tmpzrpn_hau/def_args.yaml', '--precision', 'fp16', '--use_onnx', 'True', '--input_shape', '[1, 1, 96, 96, 96]', '--dynamic_batch', '[1, 4, 8]']' returned non-zero exit status 1.
[2023-04-11T22:31:01.673Z]
[2023-04-11T22:31:01.673Z] The above exception was the direct cause of the following exception:
[2023-04-11T22:31:01.673Z]
[2023-04-11T22:31:01.673Z] Traceback (most recent call last):
[2023-04-11T22:31:01.673Z] File "/opt/conda/lib/python3.8/site-packages/parameterized/parameterized.py", line 620, in standalone_func
[2023-04-11T22:31:01.673Z] return func(*(a + p.args), **p.kwargs, **kw)
[2023-04-11T22:31:01.673Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/test_bundle_trt_export.py", line 123, in test_onnx_trt_export
[2023-04-11T22:31:01.673Z] command_line_tests(cmd)
[2023-04-11T22:31:01.673Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/utils.py", line 824, in command_line_tests
[2023-04-11T22:31:01.673Z] raise RuntimeError(f"subprocess call error {e.returncode}: {errors}, {output}") from e
[2023-04-11T22:31:01.673Z] RuntimeError: subprocess call error 1: b'There is no dynamic batch range. The converted model only takes [1, 1, 96, 96, 96] shape input.
[2023-04-11T22:31:01.673Z] Traceback (most recent call last):
[2023-04-11T22:31:01.673Z] File "/opt/conda/lib/python3.8/runpy.py", line 194, in _run_module_as_main
[2023-04-11T22:31:01.673Z] return _run_code(code, main_globals, None,
[2023-04-11T22:31:01.673Z] File "/opt/conda/lib/python3.8/runpy.py", line 87, in _run_code
[2023-04-11T22:31:01.673Z] exec(code, run_globals)
[2023-04-11T22:31:01.673Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/bundle/__main__.py", line 30, in <module>
[2023-04-11T22:31:01.673Z] fire.Fire()
[2023-04-11T22:31:01.673Z] File "/opt/conda/lib/python3.8/site-packages/fire/core.py", line 141, in Fire
[2023-04-11T22:31:01.673Z] component_trace = _Fire(component, args, parsed_flag_args, context, name)
[2023-04-11T22:31:01.673Z] File "/opt/conda/lib/python3.8/site-packages/fire/core.py", line 475, in _Fire
[2023-04-11T22:31:01.673Z] component, remaining_args = _CallAndUpdateTrace(
[2023-04-11T22:31:01.673Z] File "/opt/conda/lib/python3.8/site-packages/fire/core.py", line 691, in _CallAndUpdateTrace
[2023-04-11T22:31:01.673Z] component = fn(*varargs, **kwargs)
[2023-04-11T22:31:01.673Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/bundle/scripts.py", line 1383, in trt_export
[2023-04-11T22:31:01.673Z] _export(
[2023-04-11T22:31:01.673Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/bundle/scripts.py", line 976, in _export
[2023-04-11T22:31:01.673Z] net = converter(model=net, **kwargs)
[2023-04-11T22:31:01.673Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/networks/utils.py", line 928, in convert_to_trt
[2023-04-11T22:31:01.673Z] trt_model = _onnx_trt_compile(
[2023-04-11T22:31:01.673Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/networks/utils.py", line 790, in _onnx_trt_compile
[2023-04-11T22:31:01.673Z] torch_tensorrt.set_device(device)
[2023-04-11T22:31:01.673Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/utils/module.py", line 436, in __getattr__
[2023-04-11T22:31:01.673Z] raise self._exception
[2023-04-11T22:31:01.673Z] File "/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/monai/utils/module.py", line 395, in optional_import
[2023-04-11T22:31:01.673Z] pkg = __import__(module) # top level module
[2023-04-11T22:31:01.673Z] File "/opt/conda/lib/python3.8/site-packages/torch_tensorrt/__init__.py", line 85, in <module>
[2023-04-11T22:31:01.673Z] from torch_tensorrt._compile import *
[2023-04-11T22:31:01.673Z] File "/opt/conda/lib/python3.8/site-packages/torch_tensorrt/_compile.py", line 2, in <module>
[2023-04-11T22:31:01.673Z] from torch_tensorrt import _enums
[2023-04-11T22:31:01.673Z] File "/opt/conda/lib/python3.8/site-packages/torch_tensorrt/_enums.py", line 1, in <module>
[2023-04-11T22:31:01.673Z] from torch_tensorrt._C import dtype, DeviceType, EngineCapability, TensorFormat
[2023-04-11T22:31:01.673Z] monai.utils.module.OptionalImportError: import torch_tensorrt (/opt/conda/lib/python3.8/site-packages/torch_tensorrt/lib/libtorchtrt.so: undefined symbol: _ZN2at11show_configB5cxx11Ev).
[2023-04-11T22:31:01.673Z]
[2023-04-11T22:31:01.673Z] For details about installing the optional dependencies, please visit:
[2023-04-11T22:31:01.673Z] https://docs.monai.io/en/latest/installation.html#installing-the-recommended-dependencies
[2023-04-11T22:31:01.673Z] ', b"2023-04-11 22:16:36,565 - INFO - --- input summary of monai.bundle.scripts.trt_export ---
[2023-04-11T22:31:01.673Z] 2023-04-11 22:16:36,565 - INFO - > meta_file: '/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/testing_data/metadata.json'
[2023-04-11T22:31:01.673Z] 2023-04-11 22:16:36,565 - INFO - > net_id: 'network_def'
[2023-04-11T22:31:01.673Z] 2023-04-11 22:16:36,565 - INFO - > filepath: '/tmp/tmpzrpn_hau/model_trt_fp16.ts'
[2023-04-11T22:31:01.673Z] 2023-04-11 22:16:36,566 - INFO - > config_file: ['/home/jenkins/agent/workspace/MONAI-postmerge/monai_github/tests/testing_data/inference.json',
[2023-04-11T22:31:01.673Z] '/tmp/tmpzrpn_hau/def_args.yaml']
[2023-04-11T22:31:01.673Z] 2023-04-11 22:16:36,566 - INFO - > ckpt_file: '/tmp/tmpzrpn_hau/model.pt'
[2023-04-11T22:31:01.673Z] 2023-04-11 22:16:36,566 - INFO - > precision: 'fp16'
[2023-04-11T22:31:01.673Z] 2023-04-11 22:16:36,566 - INFO - > input_shape: [1, 1, 96, 96, 96]
[2023-04-11T22:31:01.673Z] 2023-04-11 22:16:36,566 - INFO - > use_onnx: True
[2023-04-11T22:31:01.673Z] 2023-04-11 22:16:36,566 - INFO - > dynamic_batch: [1, 4, 8]
[2023-04-11T22:31:01.673Z] 2023-04-11 22:16:36,566 - INFO - ---
[2023-04-11T22:31:01.673Z]
[2023-04-11T22:31:01.673Z]
[2023-04-11T22:31:01.673Z] ============= Diagnostic Run torch.onnx.export version 2.0.0+cu117 =============
[2023-04-11T22:31:01.673Z] verbose: False, log level: Level.ERROR
[2023-04-11T22:31:01.673Z] ======================= 0 NONE 0 NOTE 0 WARNING 0 ERROR ========================
[2023-04-11T22:31:01.673Z]
[2023-04-11T22:31:01.673Z] "
[2023-04-11T22:31:01.673Z]
[2023-04-11T22:31:01.673Z] ----------------------------------------------------------------------
[2023-04-11T22:31:01.673Z] Ran 12451 tests in 2045.467s
[2023-04-11T22:31:01.673Z]
[2023-04-11T22:31:01.673Z] FAILED (errors=2, skipped=229)
Reactions are currently unavailable