Closed crazy-bot closed 4 years ago
Hi, I ran the voting_evaluate_cls.py and surprisingly got following result Repeat 1 Acc: 0.000000 Repeat 2 Acc: 0.000000 Repeat 3 Acc: 0.000000
and I found the issue in logging line 94 in voting_evaluate_cls.py please change it to : acc = (float((preds == labels).sum()) / labels.numel())*100
Hi, I ran the voting_evaluate_cls.py and surprisingly got following result Repeat 1 Acc: 0.000000 Repeat 2 Acc: 0.000000 Repeat 3 Acc: 0.000000
and I found the issue in logging line 94 in voting_evaluate_cls.py please change it to : acc = (float((preds == labels).sum()) / labels.numel())*100