question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

File not found: datasets/pts_m5/metadata.json

See original GitHub issue

Excuse 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:open
  • Created 2 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
slaweks17commented, Jul 17, 2021

OK, I will try.

0reactions
cowwoccommented, Jul 17, 2021

Is it possible to add this step to the README?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found