hiroharu-kato / neural_renderer

"Neural 3D Mesh Renderer" (CVPR 2018) by H. Kato, Y. Ushiku, and T. Harada.
http://hiroharu-kato.com/projects_en/neural_renderer.html
MIT License
1.14k stars 163 forks source link

GPU requirement #4

Closed nitish11 closed 6 years ago

nitish11 commented 6 years ago

Hi,

Is GPU mandatory for this project? https://github.com/hiroharu-kato/neural_renderer/blob/master/examples/example3.py#L68

What is the parameter if I wanted to run on CPU?

hiroharu-kato commented 6 years ago

Currently, this code has no CPU implementation. Since CPU implementation would be probably too slow for practical usage, we do not plan to support CPU.