Description
Which library is better to learn for model quantization (I am interested in testing both aprroaches QAT and PTQ).
pytorch-quantization or TensorRT Model Optimizer? They seem to have many similiarities and both are mention in quantization page of TensorRT.
Could you suggest me please which library is better to learn first?
P.S. Currently I am trying to optimize inference for YOLO11-like model.