Skip to content
Snippets Groups Projects
Commit a7ae458f authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Fixed prefetching for the Triplet training

parent 4c0c1b1e
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ class Triplet(Base):
return [self.data_placeholder, self.data2_placeholder, self.data3_placeholder]
def get_placeholders_triplet_forprefetch(self, name=""):
def get_placeholders_forprefetch(self, name=""):
"""
Returns a place holder with the size of your batch
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment