求助!
收藏
怎样通过layers.data(name='movie_id', shape=[1], dtype='int64')中name='movie_id'获取到movie_id的值
0
收藏
请登录后评论
exe.run 时 fetch 名字‘movie_id’
可参考executor文档 https://www.paddlepaddle.org.cn/documentation/docs/zh/api_cn/fluid_cn/Executor_cn.html#executor
在fetch_list里面填的名字是那个movie id, 那么run的返回值就是movie id的数值
谢谢