MACC与TOPS(FLOPS)互相换算
最近在做深度学习模型在嵌入式设备上的速率评估,现阶段一般计算深度模型的计算力的单位一般是MACC(Multiply–accumulate),一般评估嵌入式设备的单位是TOPS(Tera Operations Per Second),中文网站很少有介绍两者的关系。在查阅资料后基本可确定是tops=TMACC×2的关系。 具体可看: https://www.nxp.com/files-static/training_pdf/29147_COLDFIRE_CORES_WBT.pdf https://github.com/sovrasov/flops-counter.pytorch/issues/16
用户评论