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

修改测试文件

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