Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.tensorflow
Commits
a7ae458f
Commit
a7ae458f
authored
Nov 16, 2016
by
Tiago de Freitas Pereira
Browse files
Fixed prefetching for the Triplet training
parent
4c0c1b1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/learn/tensorflow/datashuffler/Triplet.py
View file @
a7ae458f
...
...
@@ -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
"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment