tree-lstm icon indicating copy to clipboard operation
tree-lstm copied to clipboard

pytorch implementation of tree-lstm

Results 2 tree-lstm issues
Sort by recently updated
recently updated
newest added

Hi @inyukwo1 , Thanks for the package. Just wondering whether this line should be ` cur_batch.batch_dgl_graph.ndata['x'])` instead as it would probably make more sense to feed the hidden state of...

Hi, I notice that in your implementation of the NaryTreeLSTMCell, the reduce function returns `return {'iou': nodes.data['iou'] + self.U_iou(h_cat), 'c': c}` while implementations in DGL returns only `return {'iou': self.U_iou(h_cat),...