mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 13:42:48 +00:00
GUIのGPUという表記を全てCUDAに置き換えた
This commit is contained in:
parent
97ea55c08f
commit
a17692093b
Binary file not shown.
@ -492,7 +492,7 @@ private:
|
|||||||
if (p == "cpu")
|
if (p == "cpu")
|
||||||
p = "CPU";
|
p = "CPU";
|
||||||
else if (p == "gpu")
|
else if (p == "gpu")
|
||||||
p = "GPU";
|
p = "CUDA";
|
||||||
else if (p == "cudnn")
|
else if (p == "cudnn")
|
||||||
p = "cuDNN";
|
p = "cuDNN";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user