wfeii1980

Results 10 comments of wfeii1980

```shell $ /usr/src/tensorrt/bin/trtexec --onnx=model_opt.onnx --verbose &&&& RUNNING TensorRT.trtexec [TensorRT v8001] # /usr/src/tensorrt/bin/trtexec --onnx=model_opt.onnx --verbose [12/21/2021-10:09:45] [I] === Model Options === [12/21/2021-10:09:45] [I] Format: ONNX [12/21/2021-10:09:45] [I] Model: model_opt.onnx [12/21/2021-10:09:45] [I]...

``` diff --git a/source/device/tensorrt/trt_limit.hpp b/source/device/tensorrt/trt_limit.hpp index 0a9402e7..396d2834 100644 --- a/source/device/tensorrt/trt_limit.hpp +++ b/source/device/tensorrt/trt_limit.hpp @@ -88,7 +88,7 @@ const int trt_supported_ops[] = { // OP_GRU, #endif // OP_HARDSIGMOID, - // OP_HARDSWISH, //...

I have the same problem? summary: Use -- netword=host to configure,Connect 10022 port。 or podman exec -it a96e861916e6 /bin/bash -c "ssh user@localhost -p 10022" There are no problems! Only the...

The same question! ![2024-01-31 18-21-29屏幕截图](https://github.com/tailhook/dns-parser/assets/20835589/116b8c45-e5d5-4ca7-a820-9fefe30a6594)

Related to newly added parameters "-DCMAKE_SYSTEM_NAME=Android" "-DCMAKE_SYSTEM_PROCESSOR=aarch64"

Recurrence method ```shell git clone https://github.com/lerouxrgd/datachannel-rs sed -i 's/cmake = "0.1"/cmake = "0.1.49"/g' datachannel-sys/Cargo.toml ANDROID_NDK_HOME=~/android-ndk-r22b cargo ndk --platform 21 --target aarch64-linux-android build ```

> The Rust logs do not indicate any issue with starting JVM... > > As a first question, are you sure that the dll exists in the expected path: "C:\Program...

Perhaps some new issues are interfering with this test, I will try again.

Hi: astonbitecode! No problem solved! Calling `with_no_implicit_classpath()` will affect `-Djava.class.path`,I directly modified the function `java_library_path()` for testing。 ![2024-01-23 17-07-33屏幕截图](https://github.com/astonbitecode/j4rs/assets/20835589/7966e099-8358-48fb-8374-0affd7760c89) I have set the path according to the configuration of the...

![2024-01-23 18-13-06屏幕截图](https://github.com/astonbitecode/j4rs/assets/20835589/aa2e9b8d-0e8f-4198-8f34-69ff936256fd)