File not found: datasets/pts_m5/metadata.json
See original GitHub issueExcuse me if this is a newbie question but when I try to run https://github.com/zalandoresearch/pytorch-ts/blob/master/examples/m5-tft.ipynb I am running into the following error:
Traceback (most recent call last):
File "C:\Users\Gili\Documents\myproject\pytorch-ts-test.py", line 17, in <module>
dataset = get_dataset("pts_m5", regenerate=False)
File "C:\Users\Gili\Documents\myproject\python\lib\site-packages\gluonts\dataset\repository\datasets.py", line 232, in get_dataset
return load_datasets(
File "C:\Users\Gili\Documents\myproject\python\lib\site-packages\gluonts\dataset\common.py", line 491, in load_datasets
meta = MetaData.parse_file(Path(metadata) / "metadata.json")
File "pydantic\main.py", line 613, in pydantic.main.BaseModel.parse_file
File "pydantic\parse.py", line 57, in pydantic.parse.load_file
File "C:\Python39\lib\pathlib.py", line 1248, in read_bytes
with self.open(mode='rb') as f:
File "C:\Python39\lib\pathlib.py", line 1241, in open
return io.open(self, mode, buffering, encoding, errors, newline,
File "C:\Python39\lib\pathlib.py", line 1109, in _opener
return self._accessor.open(self, flags, mode)
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Gili\\.mxnet\\gluon-ts\\datasets\\pts_m5\\metadata.json'
Looking at https://www.kaggle.com/c/m5-forecasting-accuracy/data this file does not seem to exist. What am I missing here?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
Error: Not found: Dataset my-project-name:domain_public was ...
BigQuery can't find your data. How to fix it. Make sure your FROM location contains 3 parts. A project (e.g. bigquery-public-data ) ...
Read more >Configure the Analysis - Amazon SageMaker
In the JSON configuration file, you can specify the following parameters. "dataset_type" – (Required) Format of the dataset. Valid values are "text/csv" for...
Read more >MRIQC metadata error: file not found? - nipype - Neurostars
The strange thing is that MRIQC runs without any problem on other subjects, and all my folders (including the problematic subjects) have all...
Read more >Frequently asked questions about Cloud Data Sense
The following questions relate to Cloud Data sense scanning performance and the analytics available to users. How often does Cloud Data Sense ...
Read more >QRadar APARs 101 - IBM
The following messages can be seen in the stderror log file. Error: Default namespace not found at /opt/app-root/app/public/static/locales/en_us/common.json ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK, I will try.
Is it possible to add this step to the README?