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.
Files changed (240) hide show
  1. {unike-3.0.1 → unike-3.0.2}/.gitignore +3 -1
  2. {unike-3.0.1 → unike-3.0.2}/PKG-INFO +10 -4
  3. {unike-3.0.1 → unike-3.0.2}/README.md +9 -3
  4. unike-3.0.2/docs/install.rst +47 -0
  5. {unike-3.0.1 → unike-3.0.2}/pyproject.toml +1 -1
  6. unike-3.0.2/src/unike/version.py +1 -0
  7. {unike-3.0.1 → unike-3.0.2}/uv.lock +8 -8
  8. unike-3.0.1/docs/install.rst +0 -20
  9. unike-3.0.1/src/unike/version.py +0 -1
  10. {unike-3.0.1 → unike-3.0.2}/.python-version +0 -0
  11. {unike-3.0.1 → unike-3.0.2}/.readthedocs.yaml +0 -0
  12. {unike-3.0.1 → unike-3.0.2}/LICENSE +0 -0
  13. {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K/entity2id.txt +0 -0
  14. {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K/relation2id.txt +0 -0
  15. {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K/test2id.txt +0 -0
  16. {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K/train2id.txt +0 -0
  17. {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K/valid2id.txt +0 -0
  18. {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K237/entity2id.txt +0 -0
  19. {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K237/relation2id.txt +0 -0
  20. {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K237/test2id.txt +0 -0
  21. {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K237/train2id.txt +0 -0
  22. {unike-3.0.1 → unike-3.0.2}/benchmarks/FB15K237/valid2id.txt +0 -0
  23. {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18/entity2id.txt +0 -0
  24. {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18/relation2id.txt +0 -0
  25. {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18/test2id.txt +0 -0
  26. {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18/train2id.txt +0 -0
  27. {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18/valid2id.txt +0 -0
  28. {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18RR/entity2id.txt +0 -0
  29. {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18RR/relation2id.txt +0 -0
  30. {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18RR/test2id.txt +0 -0
  31. {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18RR/train2id.txt +0 -0
  32. {unike-3.0.1 → unike-3.0.2}/benchmarks/WN18RR/valid2id.txt +0 -0
  33. {unike-3.0.1 → unike-3.0.2}/docs/Makefile +0 -0
  34. {unike-3.0.1 → unike-3.0.2}/docs/_static/images/logo-best.png +0 -0
  35. {unike-3.0.1 → unike-3.0.2}/docs/_static/images/logo-best.svg +0 -0
  36. {unike-3.0.1 → unike-3.0.2}/docs/_static/images/logo-dark.png +0 -0
  37. {unike-3.0.1 → unike-3.0.2}/docs/_static/images/logo-dark.svg +0 -0
  38. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ANALOGY/single_gpu_analogy_WN18RR.txt +0 -0
  39. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ANALOGY/single_gpu_analogy_WN18RR_hpo.txt +0 -0
  40. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ANALOGY/single_gpu_analogy_WN18RR_wandb.txt +0 -0
  41. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/CompGCN/single_gpu_compgcn_FB15K237.txt +0 -0
  42. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/CompGCN/single_gpu_compgcn_FB15K237_hpo.txt +0 -0
  43. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/CompGCN/single_gpu_compgcn_FB15K237_wandb.txt +0 -0
  44. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ComplEx/single_gpu_complex_WN18RR_hpo.txt +0 -0
  45. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/ComplEx/single_gpu_complex_WN18RR_wandb.txt +0 -0
  46. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/DistMult/single_gpu_distmult_WN18RR_adv_hpo.txt +0 -0
  47. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/DistMult/single_gpu_distmult_WN18RR_adv_sigmoidloss_wandb.txt +0 -0
  48. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/DistMult/single_gpu_distmult_WN18RR_wandb.txt +0 -0
  49. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/HolE/single_gpu_hole_WN18RR_hpo.txt +0 -0
  50. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/HolE/single_gpu_hole_WN18RR_wandb.txt +0 -0
  51. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RESCAL/single_gpu_rescal_FB15K237.txt +0 -0
  52. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RESCAL/single_gpu_rescal_FB15K237_hpo.txt +0 -0
  53. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RESCAL/single_gpu_rescal_FB15K237_wandb.txt +0 -0
  54. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RGCN/single_gpu_rgcn_FB15K237.txt +0 -0
  55. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RGCN/single_gpu_rgcn_FB15K237_hpo.txt +0 -0
  56. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RGCN/single_gpu_rgcn_FB15K237_wandb.txt +0 -0
  57. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RotatE/single_gpu_rotate_WN18RR_adv.txt +0 -0
  58. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RotatE/single_gpu_rotate_WN18RR_adv_hpo.txt +0 -0
  59. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/RotatE/single_gpu_rotate_WN18RR_adv_wandb.txt +0 -0
  60. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/SimplE/single_gpu_simple_WN18RR_hpo.txt +0 -0
  61. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/SimplE/single_gpu_simple_WN18RR_wandb.txt +0 -0
  62. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransD/single_gpu_transd_FB15K237_hpo.txt +0 -0
  63. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransD/single_gpu_transd_FB15K237_wandb.txt +0 -0
  64. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/accelerate_transe_FB15K.txt +0 -0
  65. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/accelerate_transe_FB15K_wandb.txt +0 -0
  66. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/single_gpu_transe_FB15K.txt +0 -0
  67. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/single_gpu_transe_FB15K237_wandb.txt +0 -0
  68. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/single_gpu_transe_FB15K_hpo.txt +0 -0
  69. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/single_gpu_transe_FB15K_wandb.txt +0 -0
  70. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransE/single_gpu_transe_WN18_adv_sigmoidloss_wandb.txt +0 -0
  71. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/accelerate_transh_FB15K237.txt +0 -0
  72. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/accelerate_transh_FB15K237_wandb.txt +0 -0
  73. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/single_gpu_transh_FB15K237.txt +0 -0
  74. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/single_gpu_transh_FB15K237_hpo.txt +0 -0
  75. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransH/single_gpu_transh_FB15K237_wandb.txt +0 -0
  76. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransR/accelerate_transr_FB15K237.txt +0 -0
  77. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransR/single_gpu_transr_FB15K237.txt +0 -0
  78. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransR/single_gpu_transr_FB15K237_hpo.txt +0 -0
  79. {unike-3.0.1 → unike-3.0.2}/docs/_static/logs/examples/TransR/single_gpu_transr_FB15K237_wandb.txt +0 -0
  80. {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
  81. {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
  82. {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
  83. {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
  84. {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
  85. {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
  86. {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
  87. {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
  88. {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
  89. {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
  90. {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
  91. {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
  92. {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
  93. {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
  94. {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
  95. {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
  96. {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
  97. {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
  98. {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
  99. {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
  100. {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
  101. {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
  102. {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
  103. {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
  104. {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
  105. {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
  106. {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
  107. {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
  108. {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
  109. {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
  110. {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
  111. {unike-3.0.1 → unike-3.0.2}/docs/_templates/classtemplate.rst +0 -0
  112. {unike-3.0.1 → unike-3.0.2}/docs/_templates/functiontemplate.rst +0 -0
  113. {unike-3.0.1 → unike-3.0.2}/docs/api/config.rst +0 -0
  114. {unike-3.0.1 → unike-3.0.2}/docs/api/data.rst +0 -0
  115. {unike-3.0.1 → unike-3.0.2}/docs/api/loss.rst +0 -0
  116. {unike-3.0.1 → unike-3.0.2}/docs/api/model.rst +0 -0
  117. {unike-3.0.1 → unike-3.0.2}/docs/api/module.rst +0 -0
  118. {unike-3.0.1 → unike-3.0.2}/docs/api/strategy.rst +0 -0
  119. {unike-3.0.1 → unike-3.0.2}/docs/api/utils.rst +0 -0
  120. {unike-3.0.1 → unike-3.0.2}/docs/api.rst +0 -0
  121. {unike-3.0.1 → unike-3.0.2}/docs/conf.py +0 -0
  122. {unike-3.0.1 → unike-3.0.2}/docs/datasets.rst +0 -0
  123. {unike-3.0.1 → unike-3.0.2}/docs/details.rst +0 -0
  124. {unike-3.0.1 → unike-3.0.2}/docs/index.rst +0 -0
  125. {unike-3.0.1 → unike-3.0.2}/docs/make.bat +0 -0
  126. {unike-3.0.1 → unike-3.0.2}/docs/metric.rst +0 -0
  127. {unike-3.0.1 → unike-3.0.2}/docs/multigpu.rst +0 -0
  128. {unike-3.0.1 → unike-3.0.2}/docs/reference.rst +0 -0
  129. {unike-3.0.1 → unike-3.0.2}/docs/refs.bib +0 -0
  130. {unike-3.0.1 → unike-3.0.2}/docs/requirements.txt +0 -0
  131. {unike-3.0.1 → unike-3.0.2}/docs/tutorials/models.rst +0 -0
  132. {unike-3.0.1 → unike-3.0.2}/examples/ANALOGY/README.rst +0 -0
  133. {unike-3.0.1 → unike-3.0.2}/examples/ANALOGY/single_gpu_analogy_WN18RR.py +0 -0
  134. {unike-3.0.1 → unike-3.0.2}/examples/ANALOGY/single_gpu_analogy_WN18RR_hpo.py +0 -0
  135. {unike-3.0.1 → unike-3.0.2}/examples/ANALOGY/single_gpu_analogy_WN18RR_wandb.py +0 -0
  136. {unike-3.0.1 → unike-3.0.2}/examples/CompGCN/README.rst +0 -0
  137. {unike-3.0.1 → unike-3.0.2}/examples/CompGCN/single_gpu_compgcn_FB15K237.py +0 -0
  138. {unike-3.0.1 → unike-3.0.2}/examples/CompGCN/single_gpu_compgcn_FB15K237_hpo.py +0 -0
  139. {unike-3.0.1 → unike-3.0.2}/examples/CompGCN/single_gpu_compgcn_FB15K237_wandb.py +0 -0
  140. {unike-3.0.1 → unike-3.0.2}/examples/ComplEx/README.rst +0 -0
  141. {unike-3.0.1 → unike-3.0.2}/examples/ComplEx/single_gpu_complex_WN18RR_hpo.py +0 -0
  142. {unike-3.0.1 → unike-3.0.2}/examples/ComplEx/single_gpu_complex_WN18RR_wandb.py +0 -0
  143. {unike-3.0.1 → unike-3.0.2}/examples/DistMult/README.rst +0 -0
  144. {unike-3.0.1 → unike-3.0.2}/examples/DistMult/single_gpu_distmult_WN18RR_adv_hpo.py +0 -0
  145. {unike-3.0.1 → unike-3.0.2}/examples/DistMult/single_gpu_distmult_WN18RR_adv_sigmoidloss_wandb.py +0 -0
  146. {unike-3.0.1 → unike-3.0.2}/examples/DistMult/single_gpu_distmult_WN18RR_wandb.py +0 -0
  147. {unike-3.0.1 → unike-3.0.2}/examples/HolE/README.rst +0 -0
  148. {unike-3.0.1 → unike-3.0.2}/examples/HolE/single_gpu_hole_WN18RR_hpo.py +0 -0
  149. {unike-3.0.1 → unike-3.0.2}/examples/HolE/single_gpu_hole_WN18RR_wandb.py +0 -0
  150. {unike-3.0.1 → unike-3.0.2}/examples/README.rst +0 -0
  151. {unike-3.0.1 → unike-3.0.2}/examples/RESCAL/README.rst +0 -0
  152. {unike-3.0.1 → unike-3.0.2}/examples/RESCAL/single_gpu_rescal_FB15K237.py +0 -0
  153. {unike-3.0.1 → unike-3.0.2}/examples/RESCAL/single_gpu_rescal_FB15K237_hpo.py +0 -0
  154. {unike-3.0.1 → unike-3.0.2}/examples/RESCAL/single_gpu_rescal_FB15K237_wandb.py +0 -0
  155. {unike-3.0.1 → unike-3.0.2}/examples/RGCN/README.rst +0 -0
  156. {unike-3.0.1 → unike-3.0.2}/examples/RGCN/single_gpu_rgcn_FB15K237.py +0 -0
  157. {unike-3.0.1 → unike-3.0.2}/examples/RGCN/single_gpu_rgcn_FB15K237_hpo.py +0 -0
  158. {unike-3.0.1 → unike-3.0.2}/examples/RGCN/single_gpu_rgcn_FB15K237_wandb.py +0 -0
  159. {unike-3.0.1 → unike-3.0.2}/examples/RotatE/README.rst +0 -0
  160. {unike-3.0.1 → unike-3.0.2}/examples/RotatE/single_gpu_rotate_WN18RR_adv.py +0 -0
  161. {unike-3.0.1 → unike-3.0.2}/examples/RotatE/single_gpu_rotate_WN18RR_adv_hpo.py +0 -0
  162. {unike-3.0.1 → unike-3.0.2}/examples/RotatE/single_gpu_rotate_WN18RR_adv_wandb.py +0 -0
  163. {unike-3.0.1 → unike-3.0.2}/examples/SimplE/README.rst +0 -0
  164. {unike-3.0.1 → unike-3.0.2}/examples/SimplE/single_gpu_simple_WN18RR_hpo.py +0 -0
  165. {unike-3.0.1 → unike-3.0.2}/examples/SimplE/single_gpu_simple_WN18RR_wandb.py +0 -0
  166. {unike-3.0.1 → unike-3.0.2}/examples/TransD/README.rst +0 -0
  167. {unike-3.0.1 → unike-3.0.2}/examples/TransD/single_gpu_transd_FB15K237_hpo.py +0 -0
  168. {unike-3.0.1 → unike-3.0.2}/examples/TransD/single_gpu_transd_FB15K237_wandb.py +0 -0
  169. {unike-3.0.1 → unike-3.0.2}/examples/TransE/README.rst +0 -0
  170. {unike-3.0.1 → unike-3.0.2}/examples/TransE/accelerate_transe_FB15K.py +0 -0
  171. {unike-3.0.1 → unike-3.0.2}/examples/TransE/accelerate_transe_FB15K_wandb.py +0 -0
  172. {unike-3.0.1 → unike-3.0.2}/examples/TransE/single_gpu_transe_FB15K.py +0 -0
  173. {unike-3.0.1 → unike-3.0.2}/examples/TransE/single_gpu_transe_FB15K237_wandb.py +0 -0
  174. {unike-3.0.1 → unike-3.0.2}/examples/TransE/single_gpu_transe_FB15K_hpo.py +0 -0
  175. {unike-3.0.1 → unike-3.0.2}/examples/TransE/single_gpu_transe_FB15K_wandb.py +0 -0
  176. {unike-3.0.1 → unike-3.0.2}/examples/TransE/single_gpu_transe_WN18_adv_sigmoidloss_wandb.py +0 -0
  177. {unike-3.0.1 → unike-3.0.2}/examples/TransH/README.rst +0 -0
  178. {unike-3.0.1 → unike-3.0.2}/examples/TransH/accelerate_transh_FB15K237.py +0 -0
  179. {unike-3.0.1 → unike-3.0.2}/examples/TransH/accelerate_transh_FB15K237_wandb.py +0 -0
  180. {unike-3.0.1 → unike-3.0.2}/examples/TransH/single_gpu_transh_FB15K237.py +0 -0
  181. {unike-3.0.1 → unike-3.0.2}/examples/TransH/single_gpu_transh_FB15K237_hpo.py +0 -0
  182. {unike-3.0.1 → unike-3.0.2}/examples/TransH/single_gpu_transh_FB15K237_wandb.py +0 -0
  183. {unike-3.0.1 → unike-3.0.2}/examples/TransR/README.rst +0 -0
  184. {unike-3.0.1 → unike-3.0.2}/examples/TransR/accelerate_transr_FB15K237.py +0 -0
  185. {unike-3.0.1 → unike-3.0.2}/examples/TransR/single_gpu_transr_FB15K237.py +0 -0
  186. {unike-3.0.1 → unike-3.0.2}/examples/TransR/single_gpu_transr_FB15K237_hpo.py +0 -0
  187. {unike-3.0.1 → unike-3.0.2}/examples/TransR/single_gpu_transr_FB15K237_wandb.py +0 -0
  188. {unike-3.0.1 → unike-3.0.2}/src/unike/__init__.py +0 -0
  189. {unike-3.0.1 → unike-3.0.2}/src/unike/config/HPOTrainer.py +0 -0
  190. {unike-3.0.1 → unike-3.0.2}/src/unike/config/Tester.py +0 -0
  191. {unike-3.0.1 → unike-3.0.2}/src/unike/config/Trainer.py +0 -0
  192. {unike-3.0.1 → unike-3.0.2}/src/unike/config/TrainerAccelerator.py +0 -0
  193. {unike-3.0.1 → unike-3.0.2}/src/unike/config/__init__.py +0 -0
  194. {unike-3.0.1 → unike-3.0.2}/src/unike/data/BernSampler.py +0 -0
  195. {unike-3.0.1 → unike-3.0.2}/src/unike/data/CompGCNSampler.py +0 -0
  196. {unike-3.0.1 → unike-3.0.2}/src/unike/data/CompGCNTestSampler.py +0 -0
  197. {unike-3.0.1 → unike-3.0.2}/src/unike/data/KGEDataLoader.py +0 -0
  198. {unike-3.0.1 → unike-3.0.2}/src/unike/data/KGReader.py +0 -0
  199. {unike-3.0.1 → unike-3.0.2}/src/unike/data/RGCNSampler.py +0 -0
  200. {unike-3.0.1 → unike-3.0.2}/src/unike/data/RGCNTestSampler.py +0 -0
  201. {unike-3.0.1 → unike-3.0.2}/src/unike/data/RevSampler.py +0 -0
  202. {unike-3.0.1 → unike-3.0.2}/src/unike/data/TestSampler.py +0 -0
  203. {unike-3.0.1 → unike-3.0.2}/src/unike/data/TradSampler.py +0 -0
  204. {unike-3.0.1 → unike-3.0.2}/src/unike/data/TradTestSampler.py +0 -0
  205. {unike-3.0.1 → unike-3.0.2}/src/unike/data/UniSampler.py +0 -0
  206. {unike-3.0.1 → unike-3.0.2}/src/unike/data/__init__.py +0 -0
  207. {unike-3.0.1 → unike-3.0.2}/src/unike/module/BaseModule.py +0 -0
  208. {unike-3.0.1 → unike-3.0.2}/src/unike/module/__init__.py +0 -0
  209. {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/CompGCNLoss.py +0 -0
  210. {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/Loss.py +0 -0
  211. {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/MarginLoss.py +0 -0
  212. {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/RGCNLoss.py +0 -0
  213. {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/SigmoidLoss.py +0 -0
  214. {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/SoftplusLoss.py +0 -0
  215. {unike-3.0.1 → unike-3.0.2}/src/unike/module/loss/__init__.py +0 -0
  216. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/Analogy.py +0 -0
  217. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/CompGCN.py +0 -0
  218. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/ComplEx.py +0 -0
  219. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/DistMult.py +0 -0
  220. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/HolE.py +0 -0
  221. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/Model.py +0 -0
  222. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/RESCAL.py +0 -0
  223. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/RGCN.py +0 -0
  224. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/RotatE.py +0 -0
  225. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/SimplE.py +0 -0
  226. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/TransD.py +0 -0
  227. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/TransE.py +0 -0
  228. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/TransH.py +0 -0
  229. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/TransR.py +0 -0
  230. {unike-3.0.1 → unike-3.0.2}/src/unike/module/model/__init__.py +0 -0
  231. {unike-3.0.1 → unike-3.0.2}/src/unike/module/strategy/CompGCNSampling.py +0 -0
  232. {unike-3.0.1 → unike-3.0.2}/src/unike/module/strategy/NegativeSampling.py +0 -0
  233. {unike-3.0.1 → unike-3.0.2}/src/unike/module/strategy/RGCNSampling.py +0 -0
  234. {unike-3.0.1 → unike-3.0.2}/src/unike/module/strategy/Strategy.py +0 -0
  235. {unike-3.0.1 → unike-3.0.2}/src/unike/module/strategy/__init__.py +0 -0
  236. {unike-3.0.1 → unike-3.0.2}/src/unike/utils/EarlyStopping.py +0 -0
  237. {unike-3.0.1 → unike-3.0.2}/src/unike/utils/Timer.py +0 -0
  238. {unike-3.0.1 → unike-3.0.2}/src/unike/utils/WandbLogger.py +0 -0
  239. {unike-3.0.1 → unike-3.0.2}/src/unike/utils/__init__.py +0 -0
  240. {unike-3.0.1 → unike-3.0.2}/src/unike/utils/tools.py +0 -0
@@ -22,4 +22,6 @@ model.pth
22
22
  transr_transe.json
23
23
  test.py
24
24
 
25
- .venv
25
+ .venv
26
+ dist
27
+ build.sh
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: unike
3
- Version: 3.0.1
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 sync
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 sync
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "unike"
3
- version = "3.0.1"
3
+ version = "3.0.2"
4
4
  description = "基于 OpenKE-PyTorch 开发的知识图谱嵌入工具包"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -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.1"
944
+ version = "3.0.2"
945
945
  source = { editable = "." }
946
946
  dependencies = [
947
947
  { name = "accelerate" },
@@ -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
@@ -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
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