Hi,请问下有1.6.2版本fluid 的python包吗? 有脚本,可以直接提供测试,见附件 发件人: Zhaolong Xing <notifications@github.com<mailto:notifications@github.com>> 答复: PaddlePaddle/Paddle <reply@reply.github.com<mailto:reply@reply.github.com>> 日期: 2020年1月13日 星期一 下午5:24 至: PaddlePaddle/Paddle <Paddle@noreply.github.com<mailto:Paddle@noreply.github.com>> 抄送: "Zheng,Yandan" <zhengyandan@baidu.com<mailto:zhengyandan@baidu.com>>, Author <author@noreply.github.com<mailto:author@noreply.github.com>> 主题: Re: [PaddlePaddle/Paddle] paddle在save_inference_model中,用fluid.layers.split失败 ( #22251) 可否用1.6.2测试下,如果有问题,可否提供下复现的单测。 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub< #22251?email_source=notifications&email_token=AKBXT7R3IBLCDFZN6HFQU6TQ5QXOJA5CNFSM4KF6IEY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIYASUY#issuecomment-573573459>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AKBXT7S7XCC6YWBG3Z5YNTLQ5QXOJANCNFSM4KF6IEYQ>.
paddle在save_inference_model中,用了fluid.layers.split生成的文件不包含split参数失败,反解确认过
1、输入是一个vector,但是一部分vector数据需要data norm,一部分不需要,所有用了split
2、用了1.6版本fluid的python包调用fluid.io.save_inference_model这个接口,产生的描述文件里面没有split参数
3、python版本确认是1.6,测试过,直接fluid.layers.split没有问题