Commit 9decad9f authored by 张彦钊's avatar 张彦钊

修改测试文件

parent ed15482a
...@@ -55,9 +55,9 @@ def gen_tfrecords(in_file): ...@@ -55,9 +55,9 @@ def gen_tfrecords(in_file):
def main(_): def main(_):
client = Client("http://nvwa01:50070") client = Client("http://nvwa01:50070")
path = "/recommend/va" path = "/recommend/va"
path, dirs, files = client.walk(path) files = client.walk(path)
print(files) print(files[3])
print(type(files)) print(type(files[3]))
# for root, dir, files in client.walk(path): # for root, dir, files in client.walk(path):
# for file in files: # for file in files:
# print(file) # print(file)
......
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