Created by: yuctian
grad= self.conv4u(layers.pad(y,(0,0,0,0,1,1,0,0))) grad[:,:,:,0] = 0.5 * (x[:,:,:,1] - x[:,:,:,0]) 类似于实现这样的操作,grad是经过卷积后得到的输出,我需要对grad中部分值重新指定数值,有没有方法可以实现。 以上操作会报错TypeError: 'paddle.fluid.core_avx.VarBase' object does not support item assignment