Closed JinHeap closed 5 years ago
https://github.com/Srinivas-R/AKBC-2017-Paper-14/blob/e4d4d3e4e605c159d8ced021ee05631bd6798698/NN.py#L51
sorry,i can't understand this line,what's this line for?
https://github.com/Srinivas-R/AKBC-2017-Paper-14/blob/e4d4d3e4e605c159d8ced021ee05631bd6798698/NN.py#L51
input_l = tf.concat([tf.concat([pos_head_e + rel_e, pos_tail_e],axis=1), tf.concat([neg_head_e + rel_e, neg_tail_e],axis=1)] , axis=0)
sorry,i can't understand this line,what's this line for?