Closed borisfom closed 2 months ago
/black
Hi @borisfom , do you mind we hold this PR for some times, and after vista3d network is merged into MONAI, we can add related TRT tests here to ensure the quality.
@yiheng-wang-nv : Sure, it's up to you when ti integrate it. Yes there should be tests - are there any networks in the core that can be used for it ?
Hi @yiheng-wang-nv ,
I see the PR still has some CI errors, could you please help review it again?
Thanks in advance.
Hi @binliunls ,
Please also help review this PR and think about how to combine with the existing API: https://github.com/Project-MONAI/MONAI/blob/dev/monai/networks/utils.py#L861
Thanks in advance.
Hi @borisfom ,
Once we have unified / enhanced new TRT API, could you please help also update the existing tutorial notebook? https://github.com/Project-MONAI/tutorials/blob/main/acceleration/TensorRT_inference_acceleration.ipynb @mingxueg-nv and @binliunls can help verify / test it.
Thanks in advance.
Hi @yiheng-wang-nv ,
I see the PR still has some CI errors, could you please help review it again?
Thanks in advance.
The error seems not relate to this PR:
2024-08-09T02:36:19.2400966Z ERROR: test_gen_patches_0 (tests.test_masked_patch_wsi_dataset.TestSlidingPatchWSIDatasetCuCIM)
2024-08-09T02:36:19.2402289Z ----------------------------------------------------------------------
2024-08-09T02:36:19.2402973Z Traceback (most recent call last):
2024-08-09T02:36:19.2405048Z File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/parameterized/parameterized.py", line 620, in standalone_func
2024-08-09T02:36:19.2406534Z return func(*(a + p.args), **p.kwargs, **kw)
2024-08-09T02:36:19.2407783Z File "/home/runner/work/MONAI/MONAI/tests/test_masked_patch_wsi_dataset.py", line 90, in test_gen_patches
2024-08-09T02:36:19.2408950Z for i, sample in enumerate(dataset):
2024-08-09T02:36:19.2409969Z File "/home/runner/work/MONAI/MONAI/monai/data/dataset.py", line 108, in __getitem__
2024-08-09T02:36:19.2410966Z return self._transform(index)
2024-08-09T02:36:19.2578731Z File "/home/runner/work/MONAI/MONAI/monai/data/wsi_datasets.py", line 155, in _transform
2024-08-09T02:36:19.2579862Z image, metadata = self._get_data(sample)
2024-08-09T02:36:19.2580933Z File "/home/runner/work/MONAI/MONAI/monai/data/wsi_datasets.py", line 148, in _get_data
2024-08-09T02:36:19.2582440Z return self.wsi_reader.get_data(wsi=wsi_obj, location=location, size=size, level=level)
2024-08-09T02:36:19.2583789Z File "/home/runner/work/MONAI/MONAI/monai/data/wsi_reader.py", line 385, in get_data
2024-08-09T02:36:19.2585144Z patch = self._get_patch(each_wsi, location=location, size=size, level=level, dtype=dtype_np, mode=mode)
2024-08-09T02:36:19.2586535Z File "/home/runner/work/MONAI/MONAI/monai/data/wsi_reader.py", line 633, in _get_patch
2024-08-09T02:36:19.2587949Z return self.reader._get_patch(wsi=wsi, location=location, size=size, level=level, dtype=dtype, mode=mode)
2024-08-09T02:36:19.2589383Z File "/home/runner/work/MONAI/MONAI/monai/data/wsi_reader.py", line 810, in _get_patch
2024-08-09T02:36:19.2590665Z patch: np.ndarray = wsi.read_region(
2024-08-09T02:36:19.2591452Z ValueError: Expected int64 array-like
Hi @KumoLiu @ericspod , have you met same issues before?
Hi @KumoLiu @ericspod , have you met same issues before?
Hi @binliunls , could you please help review the PR again?
Thanks in advance.
/build
/build
/build
I'll try to merge this after the base image is updated in this PR. Still working through the failed test cases.
@KumoLiu : looks like https://github.com/Project-MONAI/MONAI/pull/8049 is ready to merge ?
@KumoLiu : looks like #8049 is ready to merge ?
Hi @borisfom, yes, it may need #8058 merge since after updating the base image, there are some cuda sync issue need to be addressed. Will merge these three prs after the test on the blossom all pass. Thanks!
/build
/build
Description
Added alternative class to ONNX->TRT export and wrap TRT engines for inference. It encapsulates filesystem persistence and does not rely on torch-tensortrt for execution. Also can be used to run ONNX with onnxruntime.
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.