I am trying to reuse the weights during training a GCN model (weight sharing).
for ix, layer_size in enumerate(self.hidden_sizes): # Previou