ByoungUk Lee

Results 6 issues of ByoungUk Lee

## Description I noticed a potential inefficiency at the end of the run method in https://github.com/onnx/onnx-tensorrt/blob/9a9f7883dd7b8cb0a718395bac2075fab6f97da8/onnx_tensorrt/backend.py#L186-L187 The `namedtupledict` function is called twice back-to-back with the exact same arguments. The method...

Fixes: #643 ### What this solves - building. imports onnx_tensorrt/__init__.py just to read __version__. - Because`__init__` imports backend, this transitively pulls in GPU-dependent code. - As a result, the build...

Fixes: #643 Please see [PR #1035](https://github.com/onnx/onnx-tensorrt/pull/1035). With this change, you no longer need to run: ``` python setup.py build python -m pip install . ``` Instead, use the PEP 517...

I’m opening this issue in case it helps someone. If it’s useful, I’m happy to put together a PR. ## Summary * Fix the typo `matadata` → `metadata` in [report_card.py](https://github.com/NVIDIA/TensorRT/blob/main/tools/experimental/trt-engine-explorer/trex/report_card.py)....

Module:TREx

### Proposal This issue is created to address the TODO comment found in the [(c *Client) PullModel](https://github.com/testcontainers/testcontainers-go/blob/103149723ce3bed578c88ab84181d0a00d532b18/modules/dockermodelrunner/internal/sdk/client/pull.go#L39) function, from @mdelapenya ```Go // TODO: use a progressbar instead of multiple line...

enhancement