abtextsum icon indicating copy to clipboard operation
abtextsum copied to clipboard

i can't find any method to

Open 108527307 opened this issue 5 years ago • 2 comments

Traceback (most recent call last): File "build_dataset.py", line 518, in BuildDataset() File "build_dataset.py", line 39, in init param.lines_per_chunk, param.read_lines) File "build_dataset.py", line 136, in build_whole_train_dataset_and_dictionary num_of_lines = self.num_of_lines_of_file(file=train_article_path) File "build_dataset.py", line 77, in num_of_lines_of_file with open(file, 'r', encoding='utf8') as f: FileNotFoundError: [Errno 2] No such file or directory: 'path/to/datasets/directorytrain/train_lg100d5gigaword_article.txt'

when i start to run the 'python build_dataset.py -mode train -model lg100d5g'

108527307 avatar Oct 16 '19 10:10 108527307