zjhleaning

Results 2 issues of zjhleaning

I encountered the following error while reproducing your code:RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! The specific details...

question

[Info] You are exporting PPQ Graph to TensorRT(Onnx + Json). Please Compile the TensorRT INT8 engine manually: from ppq.utils.TensorRTUtil import build_engine build_engine(onnx_file='Quantized.onnx', int8_scale_file='Quantized.json', engine_file='Quantized.engine', int8=True) Traceback (most recent call last):...