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

About the dataset split #79

Open
DM0815 opened this issue Apr 13, 2022 · 2 comments
Open

About the dataset split #79

DM0815 opened this issue Apr 13, 2022 · 2 comments

Comments

@DM0815
Copy link

DM0815 commented Apr 13, 2022

I see the code in utils.py
idx_train = range(140)
idx_val = range(200, 500)
idx_test = range(500, 1500)

I cannot understand it, because the ratio of they may be 6:2:2 if the dataset is smaller.

Anyone can help me?

@EEthanShi
Copy link

Same issue here, can't see why the idx_val is ranged from 200 to 500.

@jiaojiaoguan
Copy link

same issue!

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

3 participants