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
Hi I tried to run other dataset such as pubmed & ogbn-product dataset .
I successfully ran the prepare data script and got
orkut, ogbn-products, ogbn-100m and pubmed preprocessed dataset
ogbn-arxiv - ValueError: Tensors must be contiguous (Reported at #5 as well)
ogbn-products - ValueError: Tensors must be contiguous
pubmed- We processed the pubmed dataset with torch_geometric.datasets.Plantoid & dgl.data.PubmedGraphDataset modules as follows
However when I run the experiment, it shows 0 loss along with the message "no training nodes in this partition!"
Apart from default (reddit) dataset I was not able to run the experiments.
Could you please suggest what to do for running those dataset?
Thank you
The text was updated successfully, but these errors were encountered:
Hi I tried to run other dataset such as pubmed & ogbn-product dataset .
I successfully ran the prepare data script and got
orkut, ogbn-products, ogbn-100m and pubmed preprocessed dataset
ogbn-arxiv - ValueError: Tensors must be contiguous (Reported at #5 as well)
ogbn-products - ValueError: Tensors must be contiguous
pubmed- We processed the pubmed dataset with torch_geometric.datasets.Plantoid & dgl.data.PubmedGraphDataset modules as follows
However when I run the experiment, it shows 0 loss along with the message "no training nodes in this partition!"
Apart from default (reddit) dataset I was not able to run the experiments.
Could you please suggest what to do for running those dataset?
Thank you
The text was updated successfully, but these errors were encountered: