You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in run.py, line 261, why the added_feat_zero_row is in the middle of node sequence, according to the implementation of getting adj in a batch, this zero should be appended to th end of each sample. Could somebody explain it to me?