anuragranj/end2end-spynet

Spynet

Opened this issue · 0 comments

Hey,
I am new in lua and i need some help.
When i run (luarocks make) without sudo the permission is denied and with sudo i got:

Missing dependencies for stnbhwd scm-1:
torch >= 7.0 (not installed)
nn >= 1.0 (not installed)
stnbhwd scm-1 depends on torch >= 7.0 (not installed)
Error: Could not satisfy dependency torch >= 7.0: No results matching query were found.

Although i installed Pytorch (pip install torch torchvision) from the original website, but it is still not recognized.
Can you please tell me what is the right dependencies for it?
Thanks