unike 3.0.1__tar.gz → 3.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {unike-3.0.1 → unike-3.0.2}/.gitignore +3 -1
- {unike-3.0.1 → unike-3.0.2}/PKG-INFO +10 -4
- {unike-3.0.1 → unike-3.0.2}/README.md +9 -3
- unike-3.0.2/docs/install.rst +47 -0
- {unike-3.0.1 → unike-3.0.2}/pyproject.toml +1 -1
- unike-3.0.2/src/unike/version.py +1 -0
- {unike-3.0.1 → unike-3.0.2}/uv.lock +8 -8
- unike-3.0.1/docs/install.rst +0 -20
- unike-3.0.1/src/unike/version.py +0 -1
- {unike-3.0.1 → unike-3.0.2}/.python-version +0 -0
- {unike-3.0.1 → unike-3.0.2}/.readthedocs.yaml +0 -0
- {unike-3.0.1 → unike-3.0.2}/LICENSE +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K/entity2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K/relation2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K/test2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K/train2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K/valid2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K237/entity2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K237/relation2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K237/test2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K237/train2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K237/valid2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18/entity2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18/relation2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18/test2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18/train2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18/valid2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18RR/entity2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18RR/relation2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18RR/test2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18RR/train2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18RR/valid2id.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/Makefile +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/images/logo-best.png +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/images/logo-best.svg +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/images/logo-dark.png +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/images/logo-dark.svg +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ANALOGY/single_gpu_analogy_WN18RR.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ANALOGY/single_gpu_analogy_WN18RR_hpo.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ANALOGY/single_gpu_analogy_WN18RR_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/CompGCN/single_gpu_compgcn_FB15K237.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/CompGCN/single_gpu_compgcn_FB15K237_hpo.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/CompGCN/single_gpu_compgcn_FB15K237_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ComplEx/single_gpu_complex_WN18RR_hpo.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ComplEx/single_gpu_complex_WN18RR_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/DistMult/single_gpu_distmult_WN18RR_adv_hpo.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/DistMult/single_gpu_distmult_WN18RR_adv_sigmoidloss_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/DistMult/single_gpu_distmult_WN18RR_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/HolE/single_gpu_hole_WN18RR_hpo.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/HolE/single_gpu_hole_WN18RR_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RESCAL/single_gpu_rescal_FB15K237.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RESCAL/single_gpu_rescal_FB15K237_hpo.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RESCAL/single_gpu_rescal_FB15K237_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RGCN/single_gpu_rgcn_FB15K237.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RGCN/single_gpu_rgcn_FB15K237_hpo.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RGCN/single_gpu_rgcn_FB15K237_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RotatE/single_gpu_rotate_WN18RR_adv.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RotatE/single_gpu_rotate_WN18RR_adv_hpo.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RotatE/single_gpu_rotate_WN18RR_adv_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/SimplE/single_gpu_simple_WN18RR_hpo.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/SimplE/single_gpu_simple_WN18RR_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransD/single_gpu_transd_FB15K237_hpo.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransD/single_gpu_transd_FB15K237_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/accelerate_transe_FB15K.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/accelerate_transe_FB15K_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/single_gpu_transe_FB15K.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/single_gpu_transe_FB15K237_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/single_gpu_transe_FB15K_hpo.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/single_gpu_transe_FB15K_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/single_gpu_transe_WN18_adv_sigmoidloss_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/accelerate_transh_FB15K237.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/accelerate_transh_FB15K237_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/single_gpu_transh_FB15K237.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/single_gpu_transh_FB15K237_hpo.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/single_gpu_transh_FB15K237_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransR/accelerate_transr_FB15K237.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransR/single_gpu_transr_FB15K237.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransR/single_gpu_transr_FB15K237_hpo.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransR/single_gpu_transr_FB15K237_wandb.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/ANALOGY/ANALOGY/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/ANALOGY/ANALOGY/350/266/205/345/217/202/346/225/260/346/220/234/347/264/242/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/CompGCN/CompGCN/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/CompGCN/CompGCN/350/266/205/345/217/202/346/225/260/346/220/234/347/264/242/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/ComplEx/ComplEx/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/ComplEx/ComplEx/350/266/205/345/217/202/346/225/260/346/220/234/347/264/242/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/DistMult/DistMult/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/DistMult/DistMult/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/272/214/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/DistMult/DistMult/350/266/205/345/217/202/346/225/260/346/220/234/347/264/242/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/HolE/HolE/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/HolE/HolE/350/266/205/345/217/202/346/225/260/346/220/234/347/264/242/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/RESCAL/RESCAL/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/RESCAL/RESCAL/350/266/205/345/217/202/346/225/260/346/220/234/347/264/242/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/RGCN/RGCN/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/RGCN/RGCN/350/266/205/345/217/202/346/225/260/346/220/234/347/264/242/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/RotatE/RotatE/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/RotatE/RotatE/350/266/205/345/217/202/346/225/260/346/220/234/347/264/242/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/SimplE/SimplE/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/SimplE/SimplE/350/266/205/345/217/202/346/225/260/346/220/234/347/264/242/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/TransD/TransD/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/TransD/TransD/350/266/205/345/217/202/346/225/260/346/220/234/347/264/242/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/TransE/TransE/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/TransE/TransE/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/211/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/TransE/TransE/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/272/214/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/TransE/TransE/345/244/232/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/TransE/TransE/350/266/205/345/217/202/346/225/260/346/220/234/347/264/242/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/TransH/TransH/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/TransH/TransH/345/244/232/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/TransH/TransH/350/266/205/345/217/202/346/225/260/346/220/234/347/264/242/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/TransR/TransR/345/215/225/345/215/241/350/256/255/347/273/203/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_static/pdfs/examples/TransR/TransR/350/266/205/345/217/202/346/225/260/346/220/234/347/264/242/347/244/272/344/276/213/357/274/210/344/270/200/357/274/211.pdf" +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_templates/classtemplate.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/_templates/functiontemplate.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/api/config.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/api/data.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/api/loss.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/api/model.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/api/module.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/api/strategy.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/api/utils.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/api.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/conf.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/datasets.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/details.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/index.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/make.bat +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/metric.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/multigpu.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/reference.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/refs.bib +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/requirements.txt +0 -0
- {unike-3.0.1 → unike-3.0.2}/docs/tutorials/models.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/ANALOGY/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/ANALOGY/single_gpu_analogy_WN18RR.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/ANALOGY/single_gpu_analogy_WN18RR_hpo.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/ANALOGY/single_gpu_analogy_WN18RR_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/CompGCN/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/CompGCN/single_gpu_compgcn_FB15K237.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/CompGCN/single_gpu_compgcn_FB15K237_hpo.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/CompGCN/single_gpu_compgcn_FB15K237_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/ComplEx/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/ComplEx/single_gpu_complex_WN18RR_hpo.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/ComplEx/single_gpu_complex_WN18RR_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/DistMult/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/DistMult/single_gpu_distmult_WN18RR_adv_hpo.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/DistMult/single_gpu_distmult_WN18RR_adv_sigmoidloss_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/DistMult/single_gpu_distmult_WN18RR_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/HolE/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/HolE/single_gpu_hole_WN18RR_hpo.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/HolE/single_gpu_hole_WN18RR_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/RESCAL/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/RESCAL/single_gpu_rescal_FB15K237.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/RESCAL/single_gpu_rescal_FB15K237_hpo.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/RESCAL/single_gpu_rescal_FB15K237_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/RGCN/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/RGCN/single_gpu_rgcn_FB15K237.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/RGCN/single_gpu_rgcn_FB15K237_hpo.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/RGCN/single_gpu_rgcn_FB15K237_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/RotatE/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/RotatE/single_gpu_rotate_WN18RR_adv.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/RotatE/single_gpu_rotate_WN18RR_adv_hpo.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/RotatE/single_gpu_rotate_WN18RR_adv_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/SimplE/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/SimplE/single_gpu_simple_WN18RR_hpo.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/SimplE/single_gpu_simple_WN18RR_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransD/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransD/single_gpu_transd_FB15K237_hpo.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransD/single_gpu_transd_FB15K237_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransE/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransE/accelerate_transe_FB15K.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransE/accelerate_transe_FB15K_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransE/single_gpu_transe_FB15K.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransE/single_gpu_transe_FB15K237_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransE/single_gpu_transe_FB15K_hpo.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransE/single_gpu_transe_FB15K_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransE/single_gpu_transe_WN18_adv_sigmoidloss_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransH/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransH/accelerate_transh_FB15K237.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransH/accelerate_transh_FB15K237_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransH/single_gpu_transh_FB15K237.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransH/single_gpu_transh_FB15K237_hpo.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransH/single_gpu_transh_FB15K237_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransR/README.rst +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransR/accelerate_transr_FB15K237.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransR/single_gpu_transr_FB15K237.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransR/single_gpu_transr_FB15K237_hpo.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/examples/TransR/single_gpu_transr_FB15K237_wandb.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/__init__.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/config/HPOTrainer.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/config/Tester.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/config/Trainer.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/config/TrainerAccelerator.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/config/__init__.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/data/BernSampler.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/data/CompGCNSampler.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/data/CompGCNTestSampler.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/data/KGEDataLoader.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/data/KGReader.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/data/RGCNSampler.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/data/RGCNTestSampler.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/data/RevSampler.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/data/TestSampler.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/data/TradSampler.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/data/TradTestSampler.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/data/UniSampler.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/data/__init__.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/BaseModule.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/__init__.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/CompGCNLoss.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/Loss.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/MarginLoss.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/RGCNLoss.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/SigmoidLoss.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/SoftplusLoss.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/__init__.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/Analogy.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/CompGCN.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/ComplEx.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/DistMult.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/HolE.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/Model.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/RESCAL.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/RGCN.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/RotatE.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/SimplE.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/TransD.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/TransE.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/TransH.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/TransR.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/__init__.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/strategy/CompGCNSampling.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/strategy/NegativeSampling.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/strategy/RGCNSampling.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/strategy/Strategy.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/module/strategy/__init__.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/utils/EarlyStopping.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/utils/Timer.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/utils/WandbLogger.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/utils/__init__.py +0 -0
- {unike-3.0.1 → unike-3.0.2}/src/unike/utils/tools.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: unike
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.2
|
4
4
|
Summary: 基于 OpenKE-PyTorch 开发的知识图谱嵌入工具包
|
5
5
|
Author-email: LuYF-Lemon-love <3555028709@qq.com>, wangtao <wangtao.cpu@gmail.com>
|
6
6
|
License-File: LICENSE
|
@@ -42,11 +42,17 @@ Description-Content-Type: text/markdown
|
|
42
42
|
|
43
43
|
## 快速开始
|
44
44
|
|
45
|
+
使用 `pip`
|
46
|
+
```bash
|
47
|
+
pip install dgl
|
48
|
+
pip install unike
|
49
|
+
```
|
50
|
+
|
51
|
+
或使用 `uv`
|
52
|
+
|
45
53
|
```bash
|
46
|
-
git clone https://github.com/CPU-DS/UniKE.git
|
47
|
-
cd UniKE
|
48
54
|
uv pip install dgl
|
49
|
-
uv
|
55
|
+
uv add unike
|
50
56
|
```
|
51
57
|
|
52
58
|
## 新特性
|
@@ -26,11 +26,17 @@
|
|
26
26
|
|
27
27
|
## 快速开始
|
28
28
|
|
29
|
+
使用 `pip`
|
30
|
+
```bash
|
31
|
+
pip install dgl
|
32
|
+
pip install unike
|
33
|
+
```
|
34
|
+
|
35
|
+
或使用 `uv`
|
36
|
+
|
29
37
|
```bash
|
30
|
-
git clone https://github.com/CPU-DS/UniKE.git
|
31
|
-
cd UniKE
|
32
38
|
uv pip install dgl
|
33
|
-
uv
|
39
|
+
uv add unike
|
34
40
|
```
|
35
41
|
|
36
42
|
## 新特性
|
@@ -0,0 +1,47 @@
|
|
1
|
+
安装
|
2
|
+
==================================
|
3
|
+
|
4
|
+
普通安装
|
5
|
+
----------------------------------
|
6
|
+
|
7
|
+
1.1 使用 `pip` 安装:
|
8
|
+
|
9
|
+
.. prompt:: bash
|
10
|
+
|
11
|
+
pip install dgl
|
12
|
+
pip install unike
|
13
|
+
|
14
|
+
1.2 或使用 `uv` 安装:
|
15
|
+
|
16
|
+
.. prompt:: bash
|
17
|
+
|
18
|
+
uv pip install dgl
|
19
|
+
uv add unike
|
20
|
+
|
21
|
+
2. 验证:
|
22
|
+
|
23
|
+
::
|
24
|
+
|
25
|
+
>>> import unike
|
26
|
+
>>> unike.__version__
|
27
|
+
'3.0.2'
|
28
|
+
>>>
|
29
|
+
|
30
|
+
开发
|
31
|
+
----------------------------------
|
32
|
+
|
33
|
+
1. 克隆 main 分支:
|
34
|
+
|
35
|
+
.. prompt:: bash
|
36
|
+
|
37
|
+
git clone https://github.com/CPU-DS/UniKE.git
|
38
|
+
cd UniKE/
|
39
|
+
uv pip install dgl
|
40
|
+
uv sync
|
41
|
+
|
42
|
+
2. 快速开始:
|
43
|
+
|
44
|
+
.. prompt:: bash
|
45
|
+
|
46
|
+
cd examples/TransE/
|
47
|
+
python single_gpu_transe_FB15K.py
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__: str = '3.0.2'
|
@@ -373,7 +373,7 @@ name = "nvidia-cudnn-cu12"
|
|
373
373
|
version = "9.5.1.17"
|
374
374
|
source = { registry = "https://pypi.org/simple" }
|
375
375
|
dependencies = [
|
376
|
-
{ name = "nvidia-cublas-cu12" },
|
376
|
+
{ name = "nvidia-cublas-cu12", marker = "sys_platform == 'linux'" },
|
377
377
|
]
|
378
378
|
wheels = [
|
379
379
|
{ url = "https://files.pythonhosted.org/packages/2a/78/4535c9c7f859a64781e43c969a3a7e84c54634e319a996d43ef32ce46f83/nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl", hash = "sha256:30ac3869f6db17d170e0e556dd6cc5eee02647abc31ca856634d5a40f82c15b2", size = 570988386 },
|
@@ -384,7 +384,7 @@ name = "nvidia-cufft-cu12"
|
|
384
384
|
version = "11.3.0.4"
|
385
385
|
source = { registry = "https://pypi.org/simple" }
|
386
386
|
dependencies = [
|
387
|
-
{ name = "nvidia-nvjitlink-cu12" },
|
387
|
+
{ name = "nvidia-nvjitlink-cu12", marker = "sys_platform == 'linux'" },
|
388
388
|
]
|
389
389
|
wheels = [
|
390
390
|
{ url = "https://files.pythonhosted.org/packages/8f/16/73727675941ab8e6ffd86ca3a4b7b47065edcca7a997920b831f8147c99d/nvidia_cufft_cu12-11.3.0.4-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:ccba62eb9cef5559abd5e0d54ceed2d9934030f51163df018532142a8ec533e5", size = 200221632 },
|
@@ -413,9 +413,9 @@ name = "nvidia-cusolver-cu12"
|
|
413
413
|
version = "11.7.1.2"
|
414
414
|
source = { registry = "https://pypi.org/simple" }
|
415
415
|
dependencies = [
|
416
|
-
{ name = "nvidia-cublas-cu12" },
|
417
|
-
{ name = "nvidia-cusparse-cu12" },
|
418
|
-
{ name = "nvidia-nvjitlink-cu12" },
|
416
|
+
{ name = "nvidia-cublas-cu12", marker = "sys_platform == 'linux'" },
|
417
|
+
{ name = "nvidia-cusparse-cu12", marker = "sys_platform == 'linux'" },
|
418
|
+
{ name = "nvidia-nvjitlink-cu12", marker = "sys_platform == 'linux'" },
|
419
419
|
]
|
420
420
|
wheels = [
|
421
421
|
{ url = "https://files.pythonhosted.org/packages/f0/6e/c2cf12c9ff8b872e92b4a5740701e51ff17689c4d726fca91875b07f655d/nvidia_cusolver_cu12-11.7.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:e9e49843a7707e42022babb9bcfa33c29857a93b88020c4e4434656a655b698c", size = 158229790 },
|
@@ -427,7 +427,7 @@ name = "nvidia-cusparse-cu12"
|
|
427
427
|
version = "12.5.4.2"
|
428
428
|
source = { registry = "https://pypi.org/simple" }
|
429
429
|
dependencies = [
|
430
|
-
{ name = "nvidia-nvjitlink-cu12" },
|
430
|
+
{ name = "nvidia-nvjitlink-cu12", marker = "sys_platform == 'linux'" },
|
431
431
|
]
|
432
432
|
wheels = [
|
433
433
|
{ url = "https://files.pythonhosted.org/packages/06/1e/b8b7c2f4099a37b96af5c9bb158632ea9e5d9d27d7391d7eb8fc45236674/nvidia_cusparse_cu12-12.5.4.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7556d9eca156e18184b94947ade0fba5bb47d69cec46bf8660fd2c71a4b48b73", size = 216561367 },
|
@@ -900,7 +900,7 @@ name = "triton"
|
|
900
900
|
version = "3.3.1"
|
901
901
|
source = { registry = "https://pypi.org/simple" }
|
902
902
|
dependencies = [
|
903
|
-
{ name = "setuptools" },
|
903
|
+
{ name = "setuptools", marker = "sys_platform == 'linux'" },
|
904
904
|
]
|
905
905
|
wheels = [
|
906
906
|
{ url = "https://files.pythonhosted.org/packages/21/2f/3e56ea7b58f80ff68899b1dbe810ff257c9d177d288c6b0f55bf2fe4eb50/triton-3.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b31e3aa26f8cb3cc5bf4e187bf737cbacf17311e1112b781d4a059353dfd731b", size = 155689937 },
|
@@ -941,7 +941,7 @@ wheels = [
|
|
941
941
|
|
942
942
|
[[package]]
|
943
943
|
name = "unike"
|
944
|
-
version = "3.0.
|
944
|
+
version = "3.0.2"
|
945
945
|
source = { editable = "." }
|
946
946
|
dependencies = [
|
947
947
|
{ name = "accelerate" },
|
unike-3.0.1/docs/install.rst
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
安装
|
2
|
-
==================================
|
3
|
-
|
4
|
-
Linux
|
5
|
-
----------------------------------
|
6
|
-
|
7
|
-
1. 克隆 main 分支。
|
8
|
-
|
9
|
-
.. prompt:: bash
|
10
|
-
|
11
|
-
git clone https://github.com/CPU-DS/UniKE.git
|
12
|
-
cd UniKE/
|
13
|
-
uv pip install dgl
|
14
|
-
uv sync
|
15
|
-
|
16
|
-
2. 快速开始。
|
17
|
-
|
18
|
-
.. prompt:: bash
|
19
|
-
|
20
|
-
uv run examples/TransE/single_gpu_transe_FB15K.py
|
unike-3.0.1/src/unike/version.py
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
__version__: str = '3.0.1'
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ANALOGY/single_gpu_analogy_WN18RR.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ANALOGY/single_gpu_analogy_WN18RR_hpo.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ANALOGY/single_gpu_analogy_WN18RR_wandb.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/CompGCN/single_gpu_compgcn_FB15K237.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/CompGCN/single_gpu_compgcn_FB15K237_hpo.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/CompGCN/single_gpu_compgcn_FB15K237_wandb.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ComplEx/single_gpu_complex_WN18RR_hpo.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ComplEx/single_gpu_complex_WN18RR_wandb.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/DistMult/single_gpu_distmult_WN18RR_wandb.txt
RENAMED
File without changes
|
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/HolE/single_gpu_hole_WN18RR_wandb.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RESCAL/single_gpu_rescal_FB15K237.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RESCAL/single_gpu_rescal_FB15K237_hpo.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RESCAL/single_gpu_rescal_FB15K237_wandb.txt
RENAMED
File without changes
|
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RGCN/single_gpu_rgcn_FB15K237_hpo.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RGCN/single_gpu_rgcn_FB15K237_wandb.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RotatE/single_gpu_rotate_WN18RR_adv.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RotatE/single_gpu_rotate_WN18RR_adv_hpo.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RotatE/single_gpu_rotate_WN18RR_adv_wandb.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/SimplE/single_gpu_simple_WN18RR_hpo.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/SimplE/single_gpu_simple_WN18RR_wandb.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransD/single_gpu_transd_FB15K237_hpo.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransD/single_gpu_transd_FB15K237_wandb.txt
RENAMED
File without changes
|
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/accelerate_transe_FB15K_wandb.txt
RENAMED
File without changes
|
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/single_gpu_transe_FB15K237_wandb.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/single_gpu_transe_FB15K_hpo.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/single_gpu_transe_FB15K_wandb.txt
RENAMED
File without changes
|
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/accelerate_transh_FB15K237.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/accelerate_transh_FB15K237_wandb.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/single_gpu_transh_FB15K237.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/single_gpu_transh_FB15K237_hpo.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/single_gpu_transh_FB15K237_wandb.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransR/accelerate_transr_FB15K237.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransR/single_gpu_transr_FB15K237.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransR/single_gpu_transr_FB15K237_hpo.txt
RENAMED
File without changes
|
{unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransR/single_gpu_transr_FB15K237_wandb.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{unike-3.0.1 → unike-3.0.2}/examples/DistMult/single_gpu_distmult_WN18RR_adv_sigmoidloss_wandb.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|