dice-group / dice-embeddings

Hardware-agnostic Framework for Large-scale Knowledge Graph Embeddings
MIT License
38 stars 12 forks source link

Updated and Documented example.py and benchmarking.py #202

Closed AmalNLal closed 6 months ago

AmalNLal commented 6 months ago

example.py

  1. The issue with the generate query was resolved.
  2. Documented the code

benchmarking.py 1.The initial parameters were fixed .There persists an issue with the query generator,for now a try and except block was added to make sure the code runs. 2.Documented the code.