TypeError: spmm() missing 1 required positional argument: 'matrix'
TypeError: spmm() missing 1 required positional argument: 'matrix' pytorch == 1.4.0 pytorch_sparse Refer to the official website to install
`--------------Parameters-------------- Namespace(batch=1, check_point=1, cuda=True, dataset='THAD6h', dropout=0.2, embedding='thailand', epochs=1000, f_dim=100, fastmode=False, lr=0.001, model='DynamicGCN', mylog=True, n_class=1, n_hidden=7, patience=10, seed=42, shuffle=True, tensorboard_log='', test=0.0, train=0.825, val=0.175, weight_decay=0.0005)
2020-09-16 08:25:59,920 CUDA status True
2020-09-16 08:25:59,923 tensorboard logging to tensorboard/THAD6h_100_DynamicGCN_1600215959_
2020-09-16 08:25:59,923 dimension of feature 100
load_w2v_emb data/thailand.emb_100
2020-09-16 08:26:43,998 load dataset THAD6h
2020-09-16 08:26:44,029 model DynamicGCN
total number of parameters: 149785
2020-09-16 08:26:44,032 training...
Traceback (most recent call last):
File "train.py", line 253, in