What is model quantization in the context of deploying neural networks?
-
A
Measuring model performance with specific metrics
-
B
Reducing numerical precision of weights (e.g., from FP32 to INT8) to decrease model size and inference latency
-
C
Counting the number of parameters in a model
-
D
Converting a model to run on quantum computing hardware