yujiali / ggnn

Gated Graph Sequence Neural Networks
MIT License
273 stars 58 forks source link

Removing these code and then it become origin GNN? #5

Closed guotong1988 closed 5 years ago

guotong1988 commented 5 years ago

https://github.com/yujiali/ggnn/blob/master/ggnn/BaseGGNN.lua#L123-L124

        local update_gate = nn.Narrow(2, 1, self.state_dim)(gates)
        local reset_gate = nn.Narrow(2, self.state_dim+1, self.state_dim)(gates)

remove the gate

@yujiali Thank you very much!!!

guotong1988 commented 5 years ago

image 《Learning Convolutional Neural Networks for Graphs》