Skip to content

Commit 3e436c7

Browse files
authored
Update metrics.py
Fix white space
1 parent 07f89a2 commit 3e436c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

algoperf/workloads/ogbg/metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ def compute(self):
4949
dist.all_gather(all_tensors, tensor)
5050
all_values[idx] = torch.cat(all_tensors).cpu().numpy()
5151
labels, logits, mask = all_values
52-
52+
5353
def sigmoid_np(x):
5454
return 1 / (1 + np.exp(-x))
55-
55+
5656
sigmoid = sigmoid_np
5757

5858
mask = mask.astype(bool)

0 commit comments

Comments
 (0)