limbee / NTIRE2017

Torch implementation of "Enhanced Deep Residual Networks for Single Image Super-Resolution"
652 stars 146 forks source link

About Training Time and Gpu #28

Closed allen-ash closed 5 years ago

allen-ash commented 6 years ago

Hi LimBee, I already learned that you have been trained several days. Can you tell me which type of Gpu are you using and how many of them? Cause I have only one single Nvidia 1080.

limbee commented 6 years ago

The training takes 4 days with single Titan X (Pascal arch). The models will not fit into the memory of 1080 or 1080Ti.

allen-ash commented 6 years ago

@LimBee Thanks for the reply, appreciated.