-
Issue by a user (@c-gamble), that I copy here:
hello! i'm working with a team on closing this bounty and we're using PyTorch's VGG network as our style transfer solution. We have successfully quant…
-
python ProgramEntrance_1.py
正准备量化你的网络,检查下列设置:
WORKING DIRECTORY : working
TARGET PLATFORM : TRT_INT8
NETWORK INPUTSHAPE : [1, 3, 640, 640]
CALIBRATION BATCHSIZE: 16
[Warning] 你的输入图像似乎…
-
### Description
Hello, I am trying to get a monochrome camera to work with the camera example detect.py code. Specifically I have a See3CAM_CU55M grayscale camera I'm attempting to get working with …
-
Thank you very much for your team's work. In the process of PyTorch >> OnNX >>tf.pb, the ONNX model was NCHW, but after converting ONNX to tf.pb, each convolutional layer was configured with an transp…
-
Hi,
I work with a simple onnx network exported from pytorch. The last fully connected layer (with bias) is exported as a Gemm node.
After quantization (quantize_static) with the last onnxrt versio…
ghost updated
2 years ago
-
Decreasing the tick rate from 25 ticks per second to 10 would reduce the network and CPU requirements by 60%. We would need to rebalance all the timings (easy with --upgrade-mod), and this may introd…
-
But when the input is outside the range [quant_min,quant_max], shouldn't the gradient be 0.0 instead of 1.0?
The following code snippet sets both quant_min and quant_max to 0 and defines the input te…
-
In `https://github.com/NVIDIA/TensorRT/blob/main/tools/pytorch-quantization/examples/torchvision/classification_flow.py`
Why does QAT need to calibrate the model ? Can I skip calibrate in QAT by s…
-
### Your current environment
Details
```text
PyTorch version: 2.5.1+cu124
Is debug build: False
CUDA used to build PyTorch: 12.4
ROCM used to build PyTorch: N/A
OS: Oracle Linux Server 8.…
-
## 논문 2종 리뷰 미팅
- Google HAWQ, 하나 뭐였지...
- 논문 리뷰했던 미팅 클로바노트 공유
https://clovanote.naver.com/s/E7H2Gf2hhiVSs
비밀번호: 6rbxgc
- 논문 제목이랑 URL 찾아서 Readme file에 Reference 항목 추가해서 갱신 필요
"Reference" 브랜치 신규 생…