Graph-Matching-Networks icon indicating copy to clipboard operation
Graph-Matching-Networks copied to clipboard

Will ReLU be ever called for single dimensional node_state_dim?

Open tsjain opened this issue 8 months ago • 1 comments

Since the default configuration of node_hidden_sizes is a vector of length 1, will the layers in the for loop on lines 38:40 ever get created?

https://github.com/Lin-Yijie/Graph-Matching-Networks/blob/f63c575ef9c6132207a52d2285cc4583c9947456/GMN/graphembeddingnetwork.py#L38

tsjain avatar Jun 10 '24 22:06 tsjain