microsoft / Bringing-Old-Photos-Back-to-Life

Bringing Old Photo Back to Life (CVPR 2020 oral)
https://arxiv.org/abs/2004.09484
MIT License
15.15k stars 2k forks source link

Alternative of Cuda #188

Closed KevinJue closed 2 years ago

KevinJue commented 3 years ago

Hello,

i'm actually running your tool on Mac, problem is, Mac have Intel/Radeon GPU so by using Cuda we cannot run the script with option --GPU 0

is it possible to imagine an alternative by using OpenCL ?

p1x31 commented 3 years ago

I reckon your best bet is to use CPU or Colab, alternatively, you might be able to retrain with the Vulkan-NCNN but it is just going to be very tedious.

ikzh1 commented 2 years ago

Hi