ValueError: Variable W_2 already exists, disallowed. Did you mean to set reuse=True or reuse=tf.AUTO_REUSE in VarScope? Originally defined at:

前端 未结 0 1961
南旧
南旧 2020-12-22 22:07

I am trying to reuse the weights during training a GCN model (weight sharing).

 for ix, layer_size in enumerate(self.hidden_sizes):

                # Previou         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题