前几日, MS BrainWave 采用了 Intel FPGA,
昨日, Intel 发布了 FPGA + VPU (Vision Processing Unit),
概念上说得很清楚,
模型训练就去用 nVidia
Field Inferrence 就用 FPGA + VPU, 省电也省成本.
※ 引述《tipsofwarren (tipsofwarren)》之铭言:
: 因应 iOS 11 Core ML framework, 自己脑补一下:
: 1. 技术连结 https://developer.apple.com/documentation/coreml
: 2. device 端不做 trainning, 只负责 trained model 加速 (就利用手机小GPGPU)
: 3. 模型分类苹果已经帮你做好了, 可见得 即使在云端, GPGPU 不一定是好方案.
: 毕竟应用端不少.
: 4. 目前 Core ML 前端工具只支援Python, 或成最大淫家. (好险我没耍宝)
: 5. 以上脑补只有以手机端看天下, 其他各种device 端不一定成立.
: ==============================