-
Notifications
You must be signed in to change notification settings - Fork 192
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
can't generate dataset "pts_m5" #156
Comments
and can you try: dataset = get_dataset("m5", regenerate=True) |
|
Getting the same issue, even after copying the files and also putting the regenerate to True. |
can you make sure all these files in the folder: https://github.com/zalandoresearch/pytorch-ts/blob/master/pts/dataset/repository/_m5.py#L22C6-L24C57 |
Excuse me, Dr. Kashif, I noticed in your publicly available code that the following code is used: Here is the example of pytorch-ts-0.7.0 |
Excuse me,when i run the code like this:
dataset = get_dataset("pts_m5", regenerate=True)
there was an error like:
RuntimeError: M5 data is available on Kaggle (https://www.kaggle.com/c/m5-forecasting-accuracy/data). You first need to agree to the terms of the competition before being able to download the data. After you have done that, please copy the files into C:\Users\bzn.mxnet\gluon-ts\datasets\pts_m5.
But i have copied the files into C:\Users\bzn.mxnet\gluon-ts\datasets\pts_m5.
The text was updated successfully, but these errors were encountered: