Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.tensorflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.learn.tensorflow
Commits
e3da96e9
Commit
e3da96e9
authored
7 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
Use read_original_data
parent
d6ceca1f
No related branches found
No related tags found
1 merge request
!23
Change default feature
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/learn/tensorflow/script/db_to_tfrecords.py
+2
-2
2 additions, 2 deletions
bob/learn/tensorflow/script/db_to_tfrecords.py
with
2 additions
and
2 deletions
bob/learn/tensorflow/script/db_to_tfrecords.py
+
2
−
2
View file @
e3da96e9
...
...
@@ -62,7 +62,7 @@ An example for mnist would be::
An example for bob.bio.base would be::
from bob.bio.base.test.dummy.database import database
from bob.bio.base.
test.dummy.preprocessor
import
p
re
processor
from bob.bio.base.
utils
import re
ad_original_data
groups =
'
dev
'
...
...
@@ -78,7 +78,7 @@ An example for bob.bio.base would be::
def reader(biofile):
data =
preprocessor.
read_original_data(
data = read_original_data(
biofile, database.original_directory, database.original_extension)
label = file_to_label(biofile)
key = biofile.path
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment