Quantization is the process of reducing the number of bits represents a number. In Deep Learning, Quantization normally refers to converting from floating point to fixed point integer (i.e. 8-bit ...
This project experimentally verifies the impact of Batch Normalization (BN) on model convergence speed and final performance in deep learning model training. Using the Imagenette dataset, a 10-class ...