onnxruntime
47b787c2 - Python module for dumping activation tensors when running an ONNX model (#12474)

Commit
3 years ago
Python module for dumping activation tensors when running an ONNX model (#12474) Python module for dumping activation tensors when running an ONNX model This is the first step towards a quantization debugging tool. We dump the activation tensors. Next step would be to compare them: original model vs quantized model (running with same input) to see where the difference becomes significant.
Author
Parents
Loading