Tailin
Tailin
Hi, can you use the following version: PyTorch >= 1.4.0 PyG >=1.4.0,
Hi, from the prior version of the README in the PyG repo, https://github.com/pyg-team/pytorch_geometric/tree/f7c0591007fdf8cf7faac16c0b865900318dde0a, You can find how to install older versions of PyG. For example, pip install torch-scatter==latest+${CUDA} -f https://pytorch-geometric.com/whl/torch-1.5.0.html...
Sounds a good requirement. I think there are two relatively simple ways to satisfy the above requirement. One way is to add a global hyperparameter of BACKEND, which can be...
Perhaps there is some error under the @property "def DL" function. The way to debug is to remove the @property in the DL definition, and when calling the function, use...