Fluid版本如何在训练之前加载之前训练好的模型
Created by: yeyupiaoling
For example,Paddle load model is:
parameters = paddle.parameters.Parameters.from_tar(f)
And in the FIuid infer is:
[inference_program, feed_target_names, fetch_targets] = fluid.io.load_inference_model(model_path, exe)
But I need train load model