-
Notifications
You must be signed in to change notification settings - Fork 16
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
Issues about DataPreprocessor when running the code #22
Comments
Hi, maybe it is due to the version of the package. |
I find that maybe it is due to the version of python, I degrad the version of python to 3.7.12 and the problem is solved and the dataset can be loaded successfully, but another problem occured, when i load the dataloader:
I think this seems no longer a version problem. Can you help me fix it? thx |
And I find that when turn the argument "shuffle" to false, the problem is solved, but it is right to set "shuffle" to false? |
Hi, whether using the shuffle does not change the sample number. |
Hi, I have checked the datapath and it is totally right, as shown in following log:
but if I set shuffle=True, this problem will still occure, so I a bit confused. |
Hi, if the structure inside that directory is correct, maybe it is because the data file is damaged. Can you try the readme again? |
Thanks a lot! I will re-download the data file and try again later. |
Hi, sorry to bother again. It seems like my original data file has been broken, I re-download the ted-expressive dataset and I run into this warning when I start to create train data cache, as follows:
I wonder if it is normal and whether it will cost harm to the training process? Thank you. |
Hi, I have no idea of this, and I am not sure how the data break. Maybe finish the training and check the performance first? |
When I run
An issue occured on DataPreprocessor:
Please help me solve this issue, thanks a lot.
The text was updated successfully, but these errors were encountered: