Tensorflow报错 :TypeError: unhashable type: 'numpy.ndarray'

x = tf.placeholder("float", [batch_size, n_steps, n_input]) y = tf.placeholder("float", [batch_size, n_classes]) stacked_rnn = [] for iiLyr in range(3): stacked_rnn.append(tf.contrib.rnn.LSTMCell(
相关文章
相关标签/搜索