GraphWriter icon indicating copy to clipboard operation
GraphWriter copied to clipboard

An Error while executing eval.py

Open FlsrageZhang opened this issue 3 years ago • 1 comments

Hi Team, i am getting error while executing eval.py error: (fls_n) D:\GraphWriter-master>python eval.py 0.vloss-3.936190.lr-0.1.inputs.beam_predictions.cmdline data/preprocessed.test.tsv Traceback (most recent call last): File "eval.py", line 93, in x.evaluate(live=True, cand=cands, ref=refs) File "eval.py", line 66, in evaluate final_scores = self.score(ref, hypo) File "eval.py", line 33, in score score, scores = scorer.compute_score(ref, hypo) File "D:\GraphWriter-master\pycocoevalcap\meteor\meteor.py", line 40, in compute_score self.meteor_p.stdin.write(score_line + '\n') OSError: [Errno 22] Invalid argument

Please let me know if there is any solution for this error.

Thanks, Flsrage

FlsrageZhang avatar Apr 06 '21 12:04 FlsrageZhang