CurryTang / Graph-LLM

Exploring the Potential of Large Language Models (LLMs) in Learning on Graphs
243 stars 25 forks source link

I do not found the module ogbn_products #17

Open crebollobr opened 4 months ago

crebollobr commented 4 months ago

WANDB_DISABLED=True python lmfinetune.py --dataset cora --split random --batch_size=9 --label_smoothing 0.3 --seed_num 5

Traceback (most recent call last): File "/root/CONDA/LIXO/Graph-LLM/lmfinetune.py", line 8, in from data import set_seed_config File "/root/CONDA/LIXO/Graph-LLM/data.py", line 39, in from ogbn_products import get_raw_dataset ModuleNotFoundError: No module named 'ogbn_products'

I do not found the module ogbn_products