【新人提问】exe.run里fetch_list
收藏
文档里exe.run里的fetch_list是loss.name
那么该如何获取一个中间的list格式的临时变量呢
0
收藏
请登录后评论
https://www.paddlepaddle.org.cn/documentation/docs/zh/1.5/api_cn/executor_cn.html#global-scope
可以试试w = fluid.global_scope().find_var(param_name).get_tensor()函数