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

larger dataset #4

Open
redwangwangwang opened this issue Nov 11, 2022 · 2 comments
Open

larger dataset #4

redwangwangwang opened this issue Nov 11, 2022 · 2 comments

Comments

@redwangwangwang
Copy link

Thank you for your great work! Have you ever done experiments on larger dataset (for example, 10000 for each class as a training set) or in quickdraw_origin? If not, can you provide the method of making the dataset? Thank you again!

@w-haiS
Copy link

w-haiS commented Aug 6, 2023

Thank you for your great work! Have you ever done experiments on larger dataset (for example, 10000 for each class as a training set) or in quickdraw_origin? If not, can you provide the method of making the dataset? Thank you again!

I had the same problem, did you solve the problem of how to make the data set?

@redwangwangwang
Copy link
Author

Here is the code I adapted and used: https://github.com/redwangwangwang/pg2023. You need to download the file in QuickDraw-50M npz format first, and then convert it to hdf5 format. Then use the Dataset file to read. Note that you may need to simply rewrite this since I added an extra cls token. If it works for you, please give a star.

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

2 participants