Kailash Karthik

Results 2 comments of Kailash Karthik

It depends on what version of PyTorch you are using. According to the Readme, if you use 0.4.0, the scatter_add method works fine. But unfortunately, 0.4.0 is not supported on...

My export statement is > export ROUGE="/home/ks3740/pyrouge/tools/ROUGE-1.5.5/" If you see your error log it is searching for '/Desktop/pyrouge/tools/ROUGE-1.5.5**/ROUGE-1.5.5.pl/**ROUGE-1.5.5.pl' If you fix the export path to '/Desktop/pyrouge/tools/ROUGE-1.5.5/' it should work hopefully!