zjukg / KGTransformer

[Paper][WWW2023] Structure Pre-training and Prompt Tuning for Knowledge Graph Transfer
https://arxiv.org/pdf/2303.03922.pdf
46 stars 5 forks source link

Pretrained failed when try to reproduce #7

Open javafish opened 1 year ago

javafish commented 1 year ago

Hi, I got this error when I tried to run:

python3 run_pretrain.py --pretrain_dataset BIG --dataset_name BIG --num_hidden_layers 4 --train_bs 16 --lr 1e-4 --epochs 10 get_entity_id 133860 get_triples_id get_entity_related_triples get_2_hop_related_triples The two_hop_triple_path not exists, generate and dump it. Killed

Can you please help?

qixiaonan12 commented 10 months ago

@javafish Hello, have you solved the problem you encountered above?