You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
Hey @MeteSertkan !
Thanks for sharing the codebase! I encountered an error when running the
project/data/prep.sh
:Steps taken before the run
Result until the error:
The text was updated successfully, but these errors were encountered: