No feed/fetch op in CRNN-CTC program
Created by: hshen14
Per my understanding, the program should have feed and fetch op for inference program. However, in CRNN-CTC, looks like those ops are missing. Probably I misunderstood or made mistakes on generating the model using save_inference_model. Attach the script to reproduce the issue (replace .txt to .py) and please follow the instruction: FLAGS_use_mkldnn=true python eval.py --model_path="models/params" --input_images_dir="data/test_images" --input_images_list="data/test.list" --use_gpu=0. Weight and dataset are publicly available in https://github.com/PaddlePaddle/Paddle/issues/13574.