RX28666

Results 14 comments of RX28666

Hello, Thanks for your reply. Is training a new model always better than keep training the current model? I am wondering about the reason for this. Thanks again.

Appreciate your help. It makes sense. I will try both to check results.

Same problem during downloading ogbn-products, it seems this issue happens recently, didn't encounter this before. Deleting files doesn't work for me. Any help would be appreciated.

Thanks for your reply. Unfortunately, it returns bug: `lib/python3.10/site-packages/torch_sparse/_version_cuda.so: undefined symbol: _ZN3c1017RegisterOperatorsD1Ev` same as "torch_scatter" although I update it.

> @RX28666 What's the error raised by > > ``` > data.adj_t = data.adj_t.set_diag() > ``` Hello, Thanks for your reply. It returns `'Tensor' object has no attribute 'set_diag'`, it...

> It looks like you have multiple `torch-sparse` versions installed (one from conda and one from pip), which might explain this issue. Hello, Thanks for you reply. I used `conda...

Hello, I repeatedly call `pip uninstall torch-sparse`, `pip uninstall torch-scatter` until it returns: `WARNING: Ignoring invalid distribution -orch (/anaconda3/envs/LLMGNN/lib/python3.10/site-packages)` `WARNING: Skipping torch-sparse as it is not installed.` Then `pip install...

> Can you show me the installation log when running > > ``` > pip install --verbose torch-sparse > ``` > > Do you use the `-f` option to install...

Thanks for your reply! It works. However, I met another bug without modifying any parts of my code: ``` RuntimeError: CUDA error: an illegal memory access was encountered CUDA kernel...

Hello Matthias, The following script can reproduce the bug: ``` import argparse import os.path as osp from typing import Tuple import numpy as np import time import copy import torch...