Fei Gao

Results 4 comments of Fei Gao

I encountered this kind of problem when I'm trying to summarize the following paragraph: > ALBUQUERQUE, N.M. (AP) — The Latest on Martin Luther King Jr. Day celebrations around the...

> sometimes it runs this error ![image](https://user-images.githubusercontent.com/45503919/147079001-8f0b0685-41bb-47a9-9598-cb4ea498f62f.png) > > but sometimes it not It seems like something is wrong with the data input. I'd suggest you print the outputs of...

> Hi, @rusty1s I try to make [mutag_gin.py](https://github.com/pyg-team/pytorch_geometric/blob/master/examples/mutag_gin.py) output a deterministic result. Following the above suggestions, I have changed the dataset to SparseTensor, `edge_index` to `adj_t` and changed line 53...

Specifically, I found the inconsistency, i.e., the node features in cached data provided are not aligned with the `feature_encoder`: For instance, as shown below, the `charge` attributes of nodes in...