You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Caffe Users
Why my python caffe always has 141MiB gpu usage in 0 gpu? Is the meta data of caffe?
康洋
unread,
Dec 12, 2016, 9:01:58 PM12/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Caffe Users
I found the answer. Because I call caffe.set_gpu_mode before caffe.set_device. Calling caffe.set_device before caffe.set_gpu_mode puts the 141MiB gpu usage to the specified gpu.