alew3 / faceit_live3

This is an update to faceit_live using first order model
366 stars 96 forks source link

No module named 'demo #10

Closed rkk16 closed 4 years ago

rkk16 commented 4 years ago

Getting the above error. How exactly do we install CUDA? I've just downloaded the package and installed it, how do I get cuDNN installed - it's just a zip file?

alievk commented 4 years ago

You don't have to install CUDA manually, it comes with Pytorch

rkk16 commented 4 years ago

ok, what is the 'demo' that's being imported in the python file. I get an error 'no module named demo' and it doesn't run.

alew3 commented 4 years ago

ok, what is the 'demo' that's being imported in the python file. I get an error 'no module named demo' and it doesn't run.

It's the neural net from first order model.

You need to checkout all the submodules with the git command as per instructions:

$ git clone --recurse-submodules https://github.com/alew3/faceit_live3.git