daniilidis-group / neural_renderer

A PyTorch port of the Neural 3D Mesh Renderer
Other
1.12k stars 248 forks source link

Could this be installed without Cuda? #81

Open hellozjj opened 4 years ago

hellozjj commented 4 years ago

I install the cpu-only torch since I don't have a N-card and could't install cuda. And my platform is windows. When I install neural_renderer, there are some errors raised. I want to know, it can be successfully installed without cuda?

iegorval commented 3 years ago

@hellozjj did you manage to install it without cuda? I also have a device without cuda-enabled GPU, but I did not manage to install it, unfortunately.