Home > other >  The correct pycharm operation how to debug
The correct pycharm operation how to debug

Time:04-16

E: \ Anaconda3 \ python. Exe C:/Users/GwGw/Desktop/Con - GAE - the main/SRC/test. The py
Traceback (the most recent call last) :
The File "C:/Users/GwGw/Desktop/Con - GAE - the main/SRC/test. The py", line 62, in the
Model=ConGAE (input_feat_dim=args. Input_dim node_dim1=args. Node_dim1, node_dim2=args. Node_dim2, encode_dim=args. Encode_dim, dropout.=the args dropout_p, adj_drop=args. Adj_drop, hour_emb=args. Hour_emb, week_emb=args. Week_emb, n_nodes=args. N_nodes)
The File "C: \ Users \ GwGw \ Desktop \ Con - GAE - main \ SRC \ model py", line 35, in __init__
Self. Conv1=SAGEConv (input_feat_dim node_dim1, concat=True)
The File "E: \ Anaconda3 \ lib \ site - packages \ torch_geometric \ nn \ conv \ sage_conv py", 34, the line in __init__
Super (SAGEConv, self) __init__ (aggr='mean', * * kwargs)
TypeError: __init__ () got an unexpected keyword argument 'concat
  • Related