RNN search inference
Created by: sfraczek
Hi, We need to benchmark inference for RNN search. In benchmark/fluid/machine_translation.py I found that there is no inference_only path:
def infer():
pass
And the with_test switch seems to add a test phase but it does not output any accuracy.
Do you plan to add inference?
@dzhwinter, maybe you could help?