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
With those .tsf files and .0 .1 files nice and neat, running the bleu perl program called an error:
CalledProcessError: Command 'perl C:\Users\myname\DualRL\utils\script\multi-bleu.perl C:\Users\myname\DualRL/references/yelp/reference0.1 C:\Users\myname\DualRL/references/yelp/reference1.1 C:\Users\myname\DualRL/references/yelp/reference2.1 C:\Users\myname\DualRL/references/yelp/reference3.1 < C:/Users/myname/DualRL/tmp/output/yelp_final/0_test.1.tsf' returned non-zero exit status 1.
I thought the .perl file may be some famous public program for bleu calculation but it only mentions "return" once so I'm not sure where the problem is. I'm using the original code/perl program and yelp dataset with minor changes.
The text was updated successfully, but these errors were encountered:
With those .tsf files and .0 .1 files nice and neat, running the bleu perl program called an error:
CalledProcessError: Command 'perl C:\Users\myname\DualRL\utils\script\multi-bleu.perl C:\Users\myname\DualRL/references/yelp/reference0.1 C:\Users\myname\DualRL/references/yelp/reference1.1 C:\Users\myname\DualRL/references/yelp/reference2.1 C:\Users\myname\DualRL/references/yelp/reference3.1 < C:/Users/myname/DualRL/tmp/output/yelp_final/0_test.1.tsf' returned non-zero exit status 1.
I thought the .perl file may be some famous public program for bleu calculation but it only mentions "return" once so I'm not sure where the problem is. I'm using the original code/perl program and yelp dataset with minor changes.
The text was updated successfully, but these errors were encountered: