We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.”
The text was updated successfully, but these errors were encountered:
解决了吗
Sorry, something went wrong.
Where is this "pretrained_models/embeddings" file? Seems not to have
No branches or pull requests
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.”
The text was updated successfully, but these errors were encountered: