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.

As far as I know, the ncc loss returns a negative value. How we combined it with another loss, such as segmentation loss (cross-entropy, dice…)–that is positive value?

I suggest we can use a upper bound value and plus it with ncc to convert it to the positive range, such as

L_total = (5+ncc_loss) + dice_loss

where 5 is the maximum loss value that NCC can achieve. But the problem is how we can define the upper bound value, it really depends on the dataset.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
adalcacommented, May 3, 2020

the Dice loss is available in the losses.py file.

Or do you mean the whole semi-supervision part of the network? if so, This is available in the redesign branch under VxmDenseSegSemiSupervised – this branch will be merged into the master soon, but can still be used if you just switch the branch in your current repository clone.

0reactions
happybcloudcommented, May 3, 2020

Would you please share the code that combined loss with segmentation (cross-entropy, dice…)-

Read more comments on GitHub >

github_iconTop Results From Across the Web

Combined Ratio: Definition, What It Measures, Formula ...
The loss ratio measures the total incurred losses in relation to the total collected insurance premiums, while the combined ratio measures the incurred...
Read more >
Loss Ratio and Combined Ratio | What You Should Know
The loss ratio in insurance is the ratio of total losses incurred in claims plus adjustment expenses divided by the total premiums earned....
Read more >
Combined Ratio | Insurance Glossary Definition - IRMI.com
Combined Ratio — the sum of two ratios, one calculated by dividing incurred losses plus loss adjustment expense (LAE) by earned premiums (the...
Read more >
Combined Ratio (Insurance) - Explained
The combined ratio is calculated by dividing the sum of claim-related losses and expenses by earned premium. The earned premium is the money ......
Read more >
Combined Ratio in Insurance Definition - WallStreetMojo
It constitutes the sum of two ratios. The first is calculated by dividing loss incurred plus loss adjustment expense (LAE) by premiums earned,...
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