洪 祐鈞
洪 祐鈞
I'm currently running the following bash command on jetson nx with kernal 34.1.1 ``` cd jetson-containers ./scripts/docker_build_jetpack.sh ``` which occurs error: E: Package 'tensorrt' has no installation candidate E: Unable...
Image file I pulled: ``` dustynv/ros:noetic-ros-base-l4t-r34.1.1 ``` Any ways to shrink the docker image? Sorry I'm a complete newbie for this.
### Branch master branch https://mmdetection.readthedocs.io/en/latest/ ### 📚 The doc issue The apis documentation is missing, we have to go back to last version to see something like how to "show_results"...
### What happened? terminal output: ``` 2024-06-09 12:35:49.949317: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation...
https://github.com/onnx/onnx-mlir/blob/32d2c8b6c2f41ccc917beca1df7fcca4ac378442/src/Conversion/KrnlToLLVM/ConvertKrnlToLLVM.cpp#L864-L868 Recently I've been experimenting the pass inside this project. The experiment involves mapping certain op into Func dialect operations, which is before ConvertKrnlToLLVM pass. However, the reference code inject...