使用CPU进行推理时,遇到 RuntimeError: "addmm_impl_cpu_" not implemented for 'Half' 解决方法是: 将model.half() 改成 model.float()