visual-pushing-grasping icon indicating copy to clipboard operation
visual-pushing-grasping copied to clipboard

KeyError: 'module name can\'t contain "."'

Open weiwuhuhu opened this issue 7 years ago • 2 comments

Hello, I run the simulation with GPU according to the tutorial. I had met the warning.The warning as follows: PyTorch no longer supports this GPU because it is too old. My GPU is 840m, The capability of compute is 5.0.Then I uninstall the pytorch. And install the pytorth by source. Then when I run the simulation,The error occured :KeyError: 'module name can't contain "."How can i run the simulation with GPU

weiwuhuhu avatar Oct 30 '18 11:10 weiwuhuhu

The error :KeyError: 'module name can't contain "." comes from running the code in the master branch (compatible with PyTorch v0.3) with a later version of PyTorch (v0.4+). Try running the code from this branch in CPU mode (warning: very slow). Your GPU does not have enough memory to run the code in GPU mode, which requires 8GB+.

andyzeng avatar Oct 31 '18 17:10 andyzeng

Thank you very much,when I run the code in cpu, it often crashed. My computer is CPU:I5 and GPU: 840m, Now i want to buy a computer which is cpu: I5-8300h, GPU: 1050ti 4G. Because I think your method for grasp is so good. And does this have the method to run in 1050Ti, because the cpu is too slowly.

weiwuhuhu avatar Nov 01 '18 03:11 weiwuhuhu