Open
Description
yolo_deepstream/yolov7_qat/README.md
Line 28 in e9b7577
It should be cp -r yolo_deepstream/yolov7_qat/* yolov7/
copy only doc dir
pip install pytorch-quantization --extra-index-url https://pypi.ngc.nvidia.com
cannot work
It should be:
pip install --no-cache-dir --extra-index-url https://pypi.nvidia.com pytorch-quantization
And we may need to install from source https://github.com/NVIDIA/TensorRT/tree/release/8.6/tools/pytorch-quantization#from-source
Metadata
Metadata
Assignees
Labels
No labels