Quantization-Aware Training (QAT) with PyTorch, PyTorch Documentation, 2019 (PyTorch) - The official PyTorch documentation provides detailed guidance and examples for implementing QAT using the torch.quantization module, covering preparation, fine-tuning, and conversion.
Quantization-aware training with TensorFlow Model Optimization Toolkit, TensorFlow, 2024 (TensorFlow) - The official TensorFlow documentation explains how to apply QAT to Keras models using the TensorFlow Model Optimization Toolkit, including the conversion process to TensorFlow Lite.