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...@googlegroups.com
Is there a way we can specify the device id of the GPU in Python interface?
I tried "net.set_device(0)" and it works seamlessly, but when I set it to use the second GPU "net.set_device(1)" it doesn't work, any help will be appreciated.
Jon
unread,
Feb 15, 2015, 8:39:12 PM2/15/15
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...@googlegroups.com
"set_device(i)" should be used before "set_mode_gpu()":