Yun Gao

Results 5 comments of Yun Gao

@rusty1s Hello, I implemented the GraphCL model with sparse_tesnor support. I use the [PyGCL](https://github.com/PyGCL/PyGCL) code, and rewrite some code. Currently, I think PyG can not support the contrastive learning model....

> @kou18n I'd like to work on this again. Can I take it up? Of course. I haven't submitted the code. Thank you for your help. Maybe we can finish...

> Sorry for late response. Do you have a minimal example to reproduce? This may look dataset specific as I cannot reproduce it in a test. Thank you for your...

I also have a lightning code. ```python import os.path as osp import pytorch_lightning as pl import torch import torch.nn.functional as F from torchmetrics import Accuracy import torch_geometric.transforms as T from...

Yes, I think so. I have no idea to solve this issue. `arpack error 3` and `arpack error 3: no shifts could be applied during a cycle of the implicitly...