爆速WASM!
WASM, the Light Speed!
WASMを用いたTensorflow.jsのFaceMeshで、その速さを比較してみよう。走らせるとき、タスクマネージャーのパフォーマンスを見ると、WASM稼働時にGPUが動いていないことが確認できる。Compare the speed of WASM on Tensorflow.js's FaceMesh. Task Manager's performance shows that GPU is not working when WASM is working.
現在非常に遅い数世代前のPCを使っている(CPU,I5-650, GPU NVS315)が、反応速度はGPUほぼ同じだ。Currently using few generation back PC(CPU,I5-650, GPU NVS315)however, WASM response is equivalent to GPU.
WASM化が進むと、CUDA GPUも過去のものとなるのだろう。As WASM develops, GPU CUDA will be history.
プログラムは、CDN部分はmbotsuさんから、本体はテリーさんのCodePenを用い、若干修正しました。ありがとうございました。This program was build using mbotsu as well as Terry's Code Pen site for CDN as well as body, with minor changes made on my end. Thanks a lot for kind support!