TAK

2017-12-20から1日間の記事一覧

cell = tf.contrib.rnn.GRUCell(EMBEDDING_SIZE) _, encoding = tf.contrib.rnn.static_rnn(cell, word_list, dtype=tf.float32 ) with tf.variable_scope('linear_regression'): y_shape = y.get_shape() output_shape = y_shape[1] weights = tf.get_varia…