From 0dc89d1a8aba840d0840e1daf2d5292e9104e542 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Sat, 15 Apr 2023 12:25:50 +0700 Subject: [PATCH] style: bit misspell code comment metrics utils comment for line 44. --- utils/metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/metrics.py b/utils/metrics.py index bff4170..952db5d 100644 --- a/utils/metrics.py +++ b/utils/metrics.py @@ -41,7 +41,7 @@ def compute_edit_dist(seq1, seq2): # label_bank = read_json('Datasets/Diving48-SV/label_bank.json') # label_bank = read_json('Datasets/CSV/label_bank.json') - # Calcualte wdr + # Calculate wdr import ipdb # ipdb.set_trace() labels = torch.tensor(np.array(labels1) == np.array(labels2))