TypeError:DataType float32 for attr' T'不在允许值列表中:int32,int64

时间:2017-01-15 15:17:18

标签: python tensorflow

你好我试图使用Anaconda运行代码,但我得到了这个错误,即使我已经在另一台PC上使用cpu运行程序,它工作正常。可能是因为使用python v3.5和其他pc python v2.5?

我为错误enter image description here

创建了屏幕截图

错误行是

with graph.as_default() :     
  w_b_not = {
      'weight_4': tf.Variable(tf.random_normal([num_hidden, num_labels], stddev=0.1), name = 'weight_4'),
      'bias_4'  : tf.Variable(tf.constant(1.0, shape=[num_labels]), name = 'bias_4')}

0 个答案:

没有答案