malllabiisc / EmbedKGQA

ACL 2020: Improving Multi-hop Question Answering over Knowledge Graphs using Knowledge Base Embeddings
Apache License 2.0
410 stars 95 forks source link

miss files #137

Open yangyangyang-github opened 3 months ago

yangyangyang-github commented 3 months ago

When I run "python3 main.py --mode train --relation_dim 200 --hidden_dim 256 \ --gpu 2 --freeze 0 --batch_size 128 --validate_every 5 --hops 2 --lr 0.0005 --entdrop 0.1 --reldrop 0.2 --scoredrop 0.2 \ --decay 1.0 --model ComplEx --patience 5 --ls 0.0 --kg_type half "" FileNotFoundError: [Errno 2] No such file or directory: '.. /.. / pretrained_models embeddings ComplEx_MetaQA_half/bn0. Npy '" error. When I run python3 main.py --mode train --relation_dim 200 --do_batch_norm 1 --gpu 1 --freeze 1 --batch_size 16 --validate_every 10 --hops webqsp_half --lr 0.0005 --entdrop 0.0 --reldrop 0.0 --scoredrop 0.0 --decay 1.0 --model ComplEx --patience 20 --ls 0.05 --l3_reg=0.001 --nb_epochs 200 --outfile half_fbwq, Specified checkpoint file... /.. /pretrained_models/embeddings/ComplEx_fbwq_half/checkpoint_best.pt does not exist.”

meimengiii commented 1 month ago

解决了吗

lxf00 commented 1 month ago

Where is this "pretrained_models/embeddings" file? Seems not to have