Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 257 Bytes

test.md

File metadata and controls

10 lines (9 loc) · 257 Bytes

Distributed

CUDA_VISIBLE_DEVICES=0,1,2,3 \
torchrun --nproc_per_node=4 --master_port=4321 basicsr/test.py -opt options/test/GoPro/SegNAFNet.yml --launcher pytorch

Single GPU

python basicsr/test.py -opt options/test/GoPro/SegNAFNet.yml