Lin-Yijie/Graph-Matching-Networks

GraphEncoder MLP edge

tathagatv opened this issue · 1 comments

In line 46 of graphembeddingnetwork.py, the iteration should be done with limit len(self._edge_hidden_sizes) while iterating over self._edge_hidden_sizes. Is using len(self._node_hidden_sizes) there a mistake?

Yes, it is a mistake! I have fixed it right now.
Thanks~