Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.tensorflow
Commits
d32a1cce
Commit
d32a1cce
authored
Oct 29, 2017
by
Amir MOHAMMADI
Browse files
load data is different now
parent
134b4531
Pipeline
#13533
failed with stages
in 2 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/learn/tensorflow/dataset/bio.py
View file @
d32a1cce
...
...
@@ -60,8 +60,7 @@ def bio_generator(database, biofiles, load_data=None, biofile_to_label=None,
yield
(
data
,
label
,
key
)
# load one data to get its type and shape
data
=
load_data
(
biofiles
[
0
],
database
.
original_directory
,
database
.
original_extension
)
data
=
load_data
(
database
,
biofiles
[
0
])
if
multiple_samples
:
try
:
data
=
data
[
0
]
...
...
Write
Preview
Markdown
is supported
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