Siyuan Li
Results
4
comments of
Siyuan Li
I found this problem too!
I am wondering if the part `trimmed, _ = torch.sort(res.view(-1), descending=False)[ : int(len(res) * (1.0 - trim)) ] ` should be changed to ` trimmed, _ = torch.sort(res.view(-1), descending=False) `...
We empirically set 'thr' = 1.21
+1. I look forward to your code.