NandaKishoreJoshi

Results 2 issues of NandaKishoreJoshi

getting the below error while trying to run pyrouge to calculate ROUGE on colab ![image](https://user-images.githubusercontent.com/38135248/84547282-d60daa80-ad20-11ea-9c38-fe24fd032534.png) The above error is obtained at PreSumm/src/others/pyrouge.py", line 453, in __get_rouge_home_dir_from_settings with open(self._settings_file) as f:

I tried running the below test command on google colab python train.py -task abs -mode test -test_from ../models/model_step_148000.pt -batch_size 3000 -test_batch_size 500 -bert_data_path ../bert_data/ -log_file ../logs/val_abs_bert_cnndm -model_path ../models/ -sep_optim true...