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.

About the trigger condition of function candidate_elimination()

See original GitHub issue

Hi, Thanks for your excellent work!

When I was debugging the code of experiment vitb_256_mae_ce_32x4_got10k_ep100, I found that the candidate_elimination() function does not seem to be running, which seems to be different from the description in the paper. What is the reason for this, and what are the conditions under which the candidate_elimination() function will run?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
botaoyecommented, Jul 8, 2022

Yes, there is a warm-up process for the candidate elimination module during training. Simply set CE_START_EPOCH and CE_WARM_EPOCH to 0 when debugging (the performance is still similar when these two are set to 0).

https://github.com/botaoye/OSTrack/blob/75823f40dc4761a104231944d8e312700131bcca/experiments/ostrack/vitb_256_mae_ce_32x4_got10k_ep100.yaml#L50-L51

0reactions
Soarkeycommented, Jul 8, 2022

It worked, thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

ML - Candidate Elimination Algorithm - GeeksforGeeks
The candidate elimination algorithm incrementally builds the version space given a hypothesis space H and a set E of examples.
Read more >
Candidate Elimination Algorithm | Baeldung on Computer ...
In this tutorial, we'll explain the Candidate Elimination Algorithm (CEA), which is a supervised technique for learning concepts from data.
Read more >
trigger to prevent duplicate trigger. - Salesforce Developers
Hi, Below is my code for the trigger for duplicate prevention on the account . It works well, but if I have 50k...
Read more >
Machine Learning | Candidate Elimination Algorithm - YouTube
Candidate - Elimination algorithm performs a bidirectional search in the hypothesis space. It maintains a set, S, of most specific hypotheses ...
Read more >
Fc-Mediated Antibody Effector Functions During Respiratory ...
There has been much debate about the role of ADCC during influenza-induced disease. Some studies point to the protective capacity of ADCC- ...
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