mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 05:32:47 +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")
|
||||
p = "CPU";
|
||||
else if (p == "gpu")
|
||||
p = "GPU";
|
||||
p = "CUDA";
|
||||
else if (p == "cudnn")
|
||||
p = "cuDNN";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user