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.

Query regarding some equations of the paper in the code

See original GitHub issue

Thank you very much for this excellent work. I am trying to understand the code properly. Can you please tell me where can I find the code for calculating w_j in classification loss equation using the reliability score? Screenshot (74) Screenshot (77)

And can you please also tell me where can I find the code for calculating the box regression variance and the standard derivation used to calculate it?

Screenshot (76)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7

github_iconTop GitHub Comments

0reactions
MendelXucommented, Sep 27, 2021

Q1: The difference is that for the regression loss, it is normalized with the number of positive samples while for the classification loss, it is normalized with all samples. By the way, you can just remove the code in 244-246. It is redundant.
Q2: We didn’t implement the method mentioned in equation 6. It is not a part of our method…

Read more comments on GitHub >

github_iconTop Results From Across the Web

When should an equation be numbered when writing a paper?
26. I only number equations if I need to refer back to them. · 5. Same here: number them when you refer to...
Read more >
Substitution method review (systems of equations)
The substitution method is a technique for solving a system of equations. This article reviews the technique with multiple examples and some practice ......
Read more >
Technical Writing - Quarto
Visual mode includes extensive support for Quarto features frequently used in technical writing including equations, citations, cross-references, footnotes, ...
Read more >
A Guide to Writing Mathematics - UC Davis Computer Science
Putting mathemas on paper will require writing sentences and paragraphs in addition to the equations and formulas. Mathematicians actually spend a great ...
Read more >
How to Write a Query Letter That Gets Manuscript Requests
The query letter has one purpose, and one purpose only: to seduce the agent or editor into reading or requesting your work.
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