mmfewshot
mmfewshot copied to clipboard
[Fix] single gpu test bug
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]