tensorvariable专题

theano 中出现 TypeError: 'TensorVariable' object does not support item assignment

theano 中出现 TypeError: 'TensorVariable' object does not support item assignment 在使用TensorVariable类型数据时,如果对TensorVariable类型中某个元素赋值,就可能出现上述错误。如下: TV_list1[1,2] = TV_list2[1,2]其中 TV_list1 和  TV_l