-
Notifications
You must be signed in to change notification settings - Fork 40
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
Error on the fifth shard #3
Comments
I found that the number of data in purchase2_train.npy generated by running init.sh was 249215, which was different from the number in the datasetfile. Hope that helps |
According to the proposal, the change from 0.2 to 0.1 still has the above problems. |
Same here. any suggestion till now? |
Any solution found regarding this issue? |
The problem is there in the datasets/purchase/datasetfile. They have hard coded train and test sample size. The prepare_data.py splits according to test_size = 0.2, but "datasetfile" has sample sizes according to test_size = 0.1. Hence, change train & test sample size in "datasetfile". (Replace with nb_train = 249215 and nb_test = 62304) |
Thanks for your solution. It solved my problem perfectly.
|
This. And remember to run |
On the first request of the fifth shard I believe there is an index error as it causes an error. All other pieces run properly aside from the fifth shard. Is there a way to fix this?
The text was updated successfully, but these errors were encountered: