变量out使用在声明前报错
收藏
/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/fluid/layers/nn.py in reshape(x, shape, actual_shape, act, inplace, name)
6145 out, _ = core.ops.reshape2(x, shape)
6146
-> 6147 return dygraph_utils._append_activation_in_dygraph(out, act)
6148
6149 check_variable_and_dtype(x, 'x', [
UnboundLocalError: local variable 'out' referenced before assignment
不知道是不是我的哪个变量重名了,项目地址 https://aistudio.baidu.com/aistudio/projectdetail/2097982 有大佬帮我看看吗
0
收藏
请登录后评论
您好,我也遇到了同样的问题,请问当初您的问题 出现在哪了呢