wfeii1980
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! 
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。  I have set the path according to the configuration of the...
