SRGCAE icon indicating copy to clipboard operation
SRGCAE copied to clipboard

Runtimerror

Open MrDec opened this issue 1 year ago • 1 comments

Traceback (most recent call last): File "/home/dww/OD/others/SRGCAE-master/train_SRGCAE_Local.py", line 153, in train_model(args) File "/home/dww/OD/others/SRGCAE-master/train_SRGCAE_Local.py", line 76, in train_model feat_t1 = GCAE_model(node_t1, norm_adj_t1) File "/home/dww/anaconda3/envs/detection/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1102, in _call_impl return forward_call(*input, **kwargs) File "/home/dww/OD/others/SRGCAE-master/model/SRGCAE.py", line 35, in forward x = torch.sigmoid(self.gc1(x, adj)) File "/home/dww/anaconda3/envs/detection/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1102, in _call_impl return forward_call(*input, **kwargs) File "/home/dww/OD/others/SRGCAE-master/model/GraphConv.py", line 33, in forward output = torch.mm(adj, support) RuntimeError: mat1 and mat2 shapes cannot be multiplied (358x358 and 0x16)

运行报错

MrDec avatar Jan 23 '24 02:01 MrDec