We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Same issue here, can't see why the idx_val is ranged from 200 to 500.
Sorry, something went wrong.
same issue!
SAME ISSUE!!!
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: