GraphSAGE icon indicating copy to clipboard operation
GraphSAGE copied to clipboard

why to pad features with zero vector

Open anny0316 opened this issue 6 years ago • 0 comments

In supervised_train.py, why to pad features with zero vector?

"if not features is None: # pad with dummy zero vector features = np.vstack([features, np.zeros((features.shape[1],))])"

anny0316 avatar Feb 11 '20 10:02 anny0316