dropout_adj #4519
DuanhaoranCC
started this conversation in
General
dropout_adj
#4519
Replies: 1 comment 10 replies
-
The difference between Windows and Linux is quite strange, could you check the source of |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I suggest that
from torch_geometric.utils import dropout_adj, to_dense_adj
support SparseTensor(data.adj_t),it only support data.edge_index now, I want to get the augmentation adjacency matrix. Do you have any suggestions? Thank you very much for your answer! In addition, it is desirable to increase the conversion from adjacency matrix to edge_index to better create Data.I found that when I process PPI datasets on Linux, the data is:
I found that when I process PPI datasets on windows, the data is:
This makes it difficult for me to migrate on different machines. What is the reason?(torch-geometric 2.0.4)
Beta Was this translation helpful? Give feedback.
All reactions