Error: Paddle internal Check failed. (Please help us create a new issue, here we need to find the developer to add a user friendly error message)
Created by: Colorfu1
运行程序的时候出错,完整的报错信息如下所示:
看定位的位置应该是
File "/home/map/wuwenda/Attention_flow_net_Paddle/core/spatial_transformer_net.py", line 206, in bilinear_sampler
wb = (x1-x) * (y-y0)
此处的代码应该是做一个双线性插值的代码,不需要使用梯度,没有可训练的Variable。代码段如下:
请问是什么原因造成的呢?