layumi / 2016_super_resolution

ICCV2015 Image Super-Resolution Using Deep Convolutional Networks
MIT License
85 stars 43 forks source link

I have a question again about Dual GPU for your Program. #17

Open star4s opened 7 years ago

star4s commented 7 years ago

I have a question again about Dual GPU for your Program. I alreay set Dual GPU, two Geforce 1080 ti. Can I use the Dual GPU on your program, Super Resolution? If it is possibe, can you tell me how I should modify some parts from your code? I would like to improve more fast calculation. Thank you for your help.

layumi commented 7 years ago

Just try opts.train.gpus = [1,2]; But it is not supposed to be faster since it needs time to communicate between two GPUs.

star4s commented 7 years ago

I got it. Thank you for your Fast answer.