We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801f5ba commit 91f35a8Copy full SHA for 91f35a8
federatedscope/gfl/fedsageplus/utils.py
@@ -65,7 +65,7 @@ def __call__(self, data):
65
data.x.shape[1]))))
66
else:
67
G.nodes[i]['x_missing'] = data.x[
68
- ids_missing[:self.num_pred]]
+ ids_missing[:self.num_pred]].numpy()
69
70
G.nodes[i]['x_missing'] = np.zeros(
71
(self.num_pred, data.x.shape[1]))
0 commit comments