I'd like to get nodes with their features by using their IDS? is it possible ? if yes ? how i can do that? for example, I have source nodes IDs of an edge, as follows:
>> u, v = g.edges()
>> print(u)
tensor([0, 1, 0, 0, 1])
And thank you in advance .