yuxiangsun / RTFNet

RGB-Thermal Fusion Network for Semantic Segmentation of Urban Scenes
MIT License
166 stars 39 forks source link

Implement ing with cpu #11

Closed dilya22 closed 3 years ago

dilya22 commented 3 years ago

Dear Dr. Yuxiang Sun, I would like to implement this very meaningful project into a machine that runs only with CPU. Could you please share your take on this issue, regarding feasibility of implementing it using CUDA toolkit without gpu or converting gpu arrays into cpu arrays andd its effect on computation time? Thank you in advance!

yuxiangsun commented 3 years ago

Dear Dr. Yuxiang Sun, I would like to implement this very meaningful project into a machine that runs only with CPU. Could you please share your take on this issue, regarding feasibility of implementing it using CUDA toolkit without gpu or converting gpu arrays into cpu arrays andd its effect on computation time? Thank you in advance!

To run on CPU, please delete .cuda(args.gpu) .