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(
相關文章
相關標籤/搜索