You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I run the code, I have a question about the line 156 in the model_search.py, which is x = self.layers[i](x, self.na_weights[0], edge_index) in the loop. If the self.na_weights[0] should be self.na_weights[i] ? Because it seems that each layer has its own na_weights .
The text was updated successfully, but these errors were encountered:
Hello, when I run the code, I have a question about the line 156 in the
model_search.py
, which isx = self.layers[i](x, self.na_weights[0], edge_index)
in the loop. If theself.na_weights[0]
should beself.na_weights[i]
? Because it seems that each layer has its ownna_weights
.The text was updated successfully, but these errors were encountered: