Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dataset_preparation.py code problem #1

Open
LiaoZihZrong opened this issue Dec 22, 2021 · 0 comments
Open

dataset_preparation.py code problem #1

LiaoZihZrong opened this issue Dec 22, 2021 · 0 comments

Comments

@LiaoZihZrong
Copy link

print("number of instances saved: ", os.listdir(dest_root+'instances_y'))

print("number of instances saved: ", os.listdir(dest_root+'instances_y'))
may change to:
print("number of instances saved: ", os.listdir(dest_root+'instance_y'))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant