Skip to content

Commit

Permalink
style: bit misspell code comment metrics utils
Browse files Browse the repository at this point in the history
comment for line 44.
  • Loading branch information
guspan-tanadi authored Apr 15, 2023
1 parent 93b9ac6 commit 0dc89d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 0dc89d1

Please sign in to comment.