|
|
|
|
|
by sampo
1058 days ago
|
|
> During quantization we find that values in the network vary from 0->5000, but 95% of values are <100. Quantizing this to 8bits would mean that our values would be in increments of about 20. Instead of using an 8bit integer with even step size quantification, wouldn't they still use an 8bit float? |
|
Either way you would still only have 256 discrete values.