-
I want to apply this algorithm to a Jetson AGX Orin development board.
However, many difficulties were encountered, such as failed installation of libraries such as mmcv and mmdet. Pyquaternion inst…
-
### 💡 Your Question
I used the [Roboflow notebook](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/train-yolo-nas-on-custom-dataset.ipynb?ref=blog.roboflow.com) to …
-
With no modification,I using your ptq code to export deit onnx models. But error occurs when using onnxruntime to inference the onnx model.
onnxruntime.capi.onnxruntime_pybind11_state.InvalidGraph:…
-
-
用paddleslim的ACT自动压缩工具对yolov7进行压缩之后,得到的模型虽然保存的参数是int8的范围,但是类型是float,也就是压缩前后的onnx文件体积没变,然后要把这个onnx模型部署在昇腾的开发板Atlas 500上。我的操作如下:
首先把onnx模型转化为昇腾支持的om模型,转化命令为:
atc --framework=5 --model=./model/yolov7.…
-
I trained my model on my own dataset following the guidance from qat_ptq_yolo_nas.md. The model works fine in non-QA situations, but after applying QAT, it fails to detect any objects.
-
- 【FastDeploy版本】: fastdeploy-develop、paddle2onnx=1.0.3 、paddlepaddle-gpu=0.0.0.post111
- 【系统平台】: Linux x64(Ubuntu 20.04)
- 【硬件】: 说明具体硬件型号,如 Nvidia GPU 3090TI
- 【编译语言】:Python3.8.3
---------------…
-
### Before Asking
- [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。
- [X] I want to train my custom dataset, and I have read the …
-
Hello, I am trying to implement PTQ(Post training quantization).
Among them, layer fusion is essential to proceed with static quantization.
When using the E2E conformer model of espnet1, conv, line…
-
Hello,
I tried to reproduce the results of the paper, and got similar results for Llama2-7B, 13B, 70B, and Llama-3 8B.
However, when I tested Llama3-70B using the optimized rotation matrix you p…