DSS-pytorch
DSS-pytorch copied to clipboard
your solver.py self.beat maybe have some problem
In F-measure "score = (1 + self.beta ** 2) * avg_prec * avg_recall / (self.beta ** 2 * avg_prec + avg_recall)"
and defined the self.beat=0.3
this is error
Thank you!, You are right, I will modifty it. I reference the meausre from https://github.com/zhimingluo/NLDF/blob/master/evaluate.py . And this paper use beta=sqrt(0.3)