question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

entities_subset in evaluate_performance for large graphs

See original GitHub issue

It looks like in large graph mode evaluate_performance doesn’t use entities_subset. Is that true?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
sumitpaicommented, Apr 22, 2021

Okay now I understand what you mean. I guess there is some bug. I will have a look at it.

yeah entities_subset is supposed to corrupt only from the set you specify and give a rank between [1, len(entities_subset) + 1].

Thanks for identifying this issue. I will take up this issue on priority.

The issue seems to exist in large graph mode only.

1reaction
sumitpaicommented, May 20, 2021

By next week we will push it to master, until then you can pip install from the develop branch. It will still be using tf 1.x.

We are working on a tf 2.x release, and it will be out soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Characteristic Subsets of SMT-LIB Benchmarks
Subsets. 1. Introduction. Optimizing the performance of a Satisfiability Modulo Theories (SMT) solver, like CVC4 [1] or Z3 [2], on a large set...
Read more >
LargeEA: Aligning Entities for Large-scale Knowledge Graphs
Entity alignment (EA ) aims to find equivalent entities in different knowledge graphs (KGs). Current EA approaches suffer from scal- ability issues, limiting ......
Read more >
Entity Resolution at Large Scale: Benchmarking and ... - LINQS
Let us evaluate the performance of a simple ER algorithm that ignores events and simply sorts all references lexicographically, then proposes entities by ......
Read more >
Subset Node Representation Learning over Large Dynamic ...
ABSTRACT. Dynamic graph representation learning is a task to learn node embeddings over dynamic networks, and has many important ap-.
Read more >
A Re-evaluation of Knowledge Graph Completion Methods
A popular approach for Knowledge Graph Completion (KGC) is to embed entities and relations into continuous vector or matrix space, and use a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found