RealBasicVSR icon indicating copy to clipboard operation
RealBasicVSR copied to clipboard

How to use 2 GPUs for inference

Open ipeaking opened this issue 2 years ago • 1 comments

Hello,I want to use 2 GPUs to inference, But I don't know how to run it in 2 GPUs, thanks.

ipeaking avatar Apr 25 '22 03:04 ipeaking

Hello, demo does not support 2GPUs. But you can use multiple GPUs by using dist_test.py with the corresponding config. In particular, you can modify the data paths here and use dist_test.py.

ckkelvinchan avatar May 04 '22 05:05 ckkelvinchan