Skip to content
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

FileNotFoundError - train/category2int.tsv #1

Open
piri-p opened this issue Apr 23, 2024 · 0 comments
Open

FileNotFoundError - train/category2int.tsv #1

piri-p opened this issue Apr 23, 2024 · 0 comments

Comments

@piri-p
Copy link

piri-p commented Apr 23, 2024

Hey @MeteSertkan !

Thanks for sharing the codebase! I encountered an error when running the project/data/prep.sh:

preparing/processing news content
Traceback (most recent call last):
  File ".../newsrec/project/data/parse_news.py", line 94, in <module>
    category2int = load_idx_map_as_dict(args.category2int)
  File ".../newsrec/project/data/parse_news.py", line 56, in load_idx_map_as_dict
    with open(file_name, 'r') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'train/category2int.tsv'

Steps taken before the run

  • clone the repo
  • create Conda environment

Result until the error:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant