grid
=
tf.concat(
0
, [x_t_flat, y_t_flat, ones])
#报错语句
tf.concat( [x_t_flat, y_t_flat, ones],
)
#楼主改后的代码