ProCA icon indicating copy to clipboard operation
ProCA copied to clipboard

test.py has a high time cost.

Open StuLiu opened this issue 7 months ago • 0 comments

line 142 in test.py: "pred = pred.cpu().numpy().squeeze().argmax(0)" should change to "pred = pred.squeeze().argmax(0).cpu().numpy()".

StuLiu avatar Nov 30 '23 15:11 StuLiu