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
i get warning of the parameter edge_label_index, here my pre_edge_types ia a list, while looks into this function find it requires (Tensor or EdgeType or Tuple[EdgeType, Tensor]), so i modify my pre_edge_types=[pre_edge_types[1]], to retest my code, i get error
🐛 Describe the bug
i want to train a HGT model on my own biomedical KG dataset, i load my data from csv
my dataset looks like
then i split my data using
as my aim is to predict all relation type between 'Gene' and 'Disease' so i prepare my edge_label_index and edge_label by
then i load my data using
i get warning of the parameter edge_label_index, here my pre_edge_types ia a list, while looks into this function find it requires
(Tensor or EdgeType or Tuple[EdgeType, Tensor])
, so i modify my pre_edge_types=[pre_edge_types[1]], to retest my code, i get errorI've been stuck on this for a while. i need help. And for hetero KG data, '''LinkNeighborLoader'''' seem s like does not support multiple edge types
Versions
The text was updated successfully, but these errors were encountered: