您的位置:首页 > 其它

update_TypeError

2016-04-19 10:30 351 查看
TypeError:
(
'An update must have the same type as the original shared variable (
shared_var=W, shared_var.type=TensorType(float32,matrix),
              update_val=Elemwise{sub,no_inplace}.0,
update_val.type=TensorType(float64, matrix)).',
'If the difference is related to the broadcast pattern, you can call the tensor.unbroadcast(var, axis_to_unbroadcast[, ...]) function to remove broadcastable dimensions.'
)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: