Hacker News new | ask | show | jobs
by css 2620 days ago
What is the expected performance like on this? I am getting < 50fps with an i7 6700K and Quadro P4000.
3 comments

I'm hoping to use a simpler version of this neural net, which should reduce computation time by half. There are 8 weight matrices that are dynamically blended every frame ( the bulk of the computation ). This number can supposedly be reduced to 4 (according to original research).
I'm getting ~ 50fps with 2.2GHz Intel Core i7 and Iris Pro 1536MB, MacBook Pro 2015. The matrix multiplication is using numjs, and runs on a single core (no web workers).
Some people said they got 60 fps on iPhone X. :) Personally, I'm getting 25 fps on MacBook 13, 3.1 GHz Intel Core i7 with Intel Iris Graphics 6100.
I can confirm 60fps on iPhone Xʀ.
I don't really understand how iPhone is better then i7 6700K and Quadro P4000!