mmfewshot icon indicating copy to clipboard operation
mmfewshot copied to clipboard

[Fix] single gpu test bug

Open LiangYang666 opened this issue 3 years ago • 1 comments

Motivation

When the output result needs to be saved and a single gpu test is used, an error will be reported. The solution is to change result[i] in the code to result[j]

Modification

change result[i] in the code to result[j]

LiangYang666 avatar Mar 08 '22 02:03 LiangYang666

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Mar 08 '22 02:03 CLAassistant