Test Problem
Closed this issue · 2 comments
I want to test pasd_light using
python test_pasd.py --use_pasd_light
.But I encountered this error: Do you have any suggestion? Looking forward to ur reply~
This happens due to a verion mismatch. A quick fix is changing if beaam_scorer.is_done or stopping_criteria(input_ids, None):
to if beaam_scorer.is_done: # or stopping_criteria(input_ids, None):
. It works okay mostly.
I want to test pasd_light using
python test_pasd.py --use_pasd_light
.But I encountered this error: Do you have any suggestion? Looking forward to ur reply~This happens due to a verion mismatch. A quick fix is changing
if beaam_scorer.is_done or stopping_criteria(input_ids, None):
toif beaam_scorer.is_done: # or stopping_criteria(input_ids, None):
. It works okay mostly.
Thanks for your answer! But when I test with this picture that you given:
the output was blurred.