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
348c36e5
Commit
348c36e5
authored
Oct 24, 2017
by
Amir MOHAMMADI
Browse files
fix python 3 bytes issue
parent
88a5f8b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/learn/tensorflow/test/data/dummy_verify_config.py
View file @
348c36e5
...
...
@@ -21,5 +21,5 @@ def reader(biofile):
data
=
read_original_data
(
biofile
,
database
.
original_directory
,
database
.
original_extension
)
label
=
file_to_label
(
biofile
)
key
=
str
(
biofile
.
path
)
key
=
str
(
biofile
.
path
)
.
encode
(
"utf-8"
)
return
(
data
,
label
,
key
)
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