Commit d800a96a authored by 张彦钊's avatar 张彦钊

修复生成tfrecord文件时的bug

parent 962d604e
...@@ -110,7 +110,7 @@ def app_list_func(x,l): ...@@ -110,7 +110,7 @@ def app_list_func(x,l):
b = x.split(",") b = x.split(",")
e = [] e = []
for i in b: for i in b:
if i in l.keys: if i in l.keys():
e.append(l[i]) e.append(l[i])
else: else:
e.append(0) e.append(0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment