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

Nice description of dataset #8

Open
dzisandy opened this issue Jan 23, 2022 · 0 comments
Open

Nice description of dataset #8

dzisandy opened this issue Jan 23, 2022 · 0 comments

Comments

@dzisandy
Copy link

dzisandy commented Jan 23, 2022

Looking through your Translation.ipynb code, your READ.ME in Dataset folder costs nothing. No description for how to name and store datasets provided. You mention full_data folder, but files must be stored in train, test and val folders.

It comes from
train_files = glob.glob('train/*.csv')
test_files = glob.glob('test/*.csv')
val_files = glob.glob('val/*.csv')
files= train_files+test_files+val_files

Fix it please!

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