melonwan / denseReg

3D hand pose estimation via dense regression
179 stars 34 forks source link

gpu_config.py #6

Open weiguochow opened 6 years ago

weiguochow commented 6 years ago

Hi, When run the script, the file info.txt can not been found. Can you give some more information on that? Thanks!

gpu_lock_path = '/tmp/lock-gpu*/info.txt'

melonwan commented 6 years ago

Hi, this is a reservation file of GPU on server and depends on your specific configuration. Probably you don't need it.

weiguochow commented 6 years ago

Hi, there is still above problem. That, "use CPU for tensorflow" wull printed on screen everytime. Can you give me some advice to run the project on GPU? Thank you very much!

shumeipaipai commented 5 years ago

Hi, I am meeting the same problem as you ! Did you solve the problem? Can you tell me how to run the project on GPU ? I am using Ubuntu 16.04 . Thanks!

Abdul-Mukit commented 5 years ago

Same problem. Can't use GPU when I run python model/hourglass_um_crop_tiny.py I am prompted to "Use CPU for tensorflow". Is there a solution to this?