Dr. Kush Shrivastava
Dr. Kush Shrivastava
> Hi there, I faced the same issue and I find that this is caused by the following code in the **data_builder.py**: > > ```python > # build the corpus_mapping...
> @JackXueIndiana, I made a minor fix in your code: `pts = sorted(glob.glob(args.bert_data_path + '/[a-z]*.' + corpus_type + '.[0-9]*.bert.pt'))` It works properly this way. Thanks it worked
Follow these steps pip install pyrouge --upgrade pip install https://github.com/bheinzerling/pyrouge/archive/master.zip pip install pyrouge pip show pyrouge git clone https://github.com/andersjo/pyrouge.git pyrouge_set_rouge_path '/hdd1/kush/Ultrasound/pyrouge/tools/ROUGE-1.5.5' cd pyrouge/tools/ROUGE-1.5.5/data rm WordNet-2.0.exc.db cd WordNet-2.0-Exceptions rm WordNet-2.0.exc.db ./buildExeptionDB.pl...