FeatGraph icon indicating copy to clipboard operation
FeatGraph copied to clipboard

Results 6 FeatGraph issues
Sort by recently updated
recently updated
newest added

Hi, I want to run the featGraph end-to-end. I have already built the DGL (with featGraph) and run the test.py file successfully using the instructions posted in https://github.com/dmlc/dgl/tree/master/featgraph. - If...

Hello, Do you know whether featGraph can support end-to-end graph attention networks (GATs) training? The paper did not mention it can support GAT, therefore, I am curious about it. Thank...

Hello, When I run python bench_vanilla_spmm.py --dataset data/reddit_csr_float32.npz --feat-len 64 --target cuda , I get this error. I am using Cuda compilation tools, release 10.1. Could you please help?

Hello. Is the code for getting end-to-end GNN training and inference time, available for us?

I get an error when trying to run the download_reddit_dataset.py file ``` Traceback (most recent call last): File "download_reddit_dataset.py", line 12, in assert adj_scipy_csr.has_canonical_format # the matrix has sorted indices...

Hi, Thank you so much for this awesome work! Could you please specify dependencies? Which versions of TVM, DGL, and Python are needed? It would be helpful. Thanks. Khaled