Pytorch模型量化

  • 2022 年 10 月 25 日
  • 筆記

在深度学习中,量化指的是使用更少的bit来存储原本以浮点数存储的tensor,以及使用更少的bit来完成原本以浮点数完成 …

Continue Reading