载入模型后,在预测过程中,打印出指定层的结果。
Created by: Renwb1991
使用 fluid.io.load_inference_model 方法对文件 model 和 params 载入模型时,获得的 program 是否已经确定了需要输出的 fetch_list ? 我看见了executor.py中的 has_fetch_operators 方法, 这里已经指出了每层 op 的desc.type() 了。
我们的需求是:使用 fluid.io.load_inference_model 方法对文件 model 和 params 载入模型后,打印出指定层的结果。