We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1dd7a commit a7898d0Copy full SHA for a7898d0
CollaborativeCoding/metrics/F1.py
@@ -157,6 +157,7 @@ def __returnmetric__(self):
157
self.y_true = self.y_true[0]
158
self.y_pred = self.y_pred[0]
159
else:
160
+ print(self.y_pred[0], self.y_pred[1])
161
self.y_true = torch.cat(self.y_true)
162
self.y_pred = torch.cat(self.y_pred)
163
return (
0 commit comments