From 658b583a7067d072e983e129b36543a6f1187ced Mon Sep 17 00:00:00 2001 From: Aleksey Date: Thu, 21 Feb 2019 20:08:35 +0300 Subject: [PATCH] Update utils.py fix name in triplets --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index a993a844..1eb2d977 100644 --- a/utils.py +++ b/utils.py @@ -83,7 +83,7 @@ class TripletSelector: def __init__(self): pass - def get_pairs(self, embeddings, labels): + def get_triplets(self, embeddings, labels): raise NotImplementedError