You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: