SUN-1011
Results
1
comments of
SUN-1011
> 文件“/home/user/code/GraphGan/src/GraphGAN/graph_gan.py”,第 57 行,在**init** self.build_generator() 文件“/home/user/code/GraphGan/src/GraphGAN/graph_gan.py”中,第 92 行,在 build_generator self.generator = generator.Generator(n_node=self.n_node, node_emd_init = self.node_embed_init_g) 文件“/home/user/code/GraphGan/src/GraphGAN/generator.py”,第 20 行,在**init** self.node_embedding = torch.index_select(self.embedding_matrix, 0, self.node_id) TypeError: index_select() 收到了无效的参数组合 - 得到(Tensor, int, int),但期望以下之一:...