Thank you! xiao wei, for sharing your code with the open source community. I appreciate your work and contribution. I have a question about your code, and I hope you can help me solve it.
#######################################################
all_files = sorted(
[
os.path.join("data/walker", d)
for d in os.listdir("data/walker")
if d.endswith(".npy")
]
When I tried to run your code, I found that I needed the data on above.
Thank you! xiao wei, for sharing your code with the open source community. I appreciate your work and contribution. I have a question about your code, and I hope you can help me solve it.
#######################################################
all_files = sorted(
[
os.path.join("data/walker", d)
for d in os.listdir("data/walker")
if d.endswith(".npy")
]
When I tried to run your code, I found that I needed the data on above.