Skip to content

Commit

Permalink
Merge pull request adambielski#26 from Kwentar/patch-1
Browse files Browse the repository at this point in the history
abstract method name updated for triplet selector
  • Loading branch information
adambielski authored Feb 21, 2019
2 parents 9c53153 + 658b583 commit 4158c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class TripletSelector:
def __init__(self):
pass

def get_pairs(self, embeddings, labels):
def get_triplets(self, embeddings, labels):
raise NotImplementedError


Expand Down

0 comments on commit 4158c67

Please sign in to comment.