2020
Towards Fully 8-bit Integer Inference for the Transformer Model
IJCAI 2020poster
8-bit integer inference, as a promising direction in reducing both the latency and storage of deep neural networks, has made great progress recently. On the other hand, previous systems still rely on 32-bit floating point for certain functions in complex models (e.g., Softmax in Transformer), and ma…