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.

Clarity about losses

See original GitHub issue

Hi Guys,

Thanks for the amazing work. How many losses we have overall.

  1. MSE( BaseModel(x_noisy), x)
  2. MSE( SuperResModel1(x_noisy), x) # 64 ----> 256
  3. MSE( SuperResModel2(x_noisy), x) # 256 ----> 1024

So is it mean(L1 + L2 + L3) ?

Or update based on each loss separately. I am little confused.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
lucidrainscommented, Jun 12, 2022

Yup, each stage can be trained separately, which is actually one of the main benefits of cascading ddpm!

1reaction
s4sarathcommented, Jun 12, 2022

Oh 😦 . I thought this was all chained together conditioned on the output of previous one. So as per your comment, we can train a diffusion model ( unet0 ) conditioned on text separately.

Then unet1 can be trained separately so on. Is this right. I thought in Cascading DDPM paper, they conditioned on the output of first diffusion model ( unet0 ). May be I was wrong

Thanks a lot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The painful clarity of loss - KCRW
As painful as the careless lie becomes, the simple honest gesture (a smile from a stranger, a heartfelt hug, a kind word) takes...
Read more >
Coping with Loss - Clarity Counseling Center
Grief is a normal and natural response to loss. It's the accumulation of varying emotions we feel when someone or something we care...
Read more >
The Clarity of Loss - Fictionaut
The Clarity of Loss by Collin Kelley ... the day of your death. ... Available online at «http://fictionaut.com/stories/collin-kelley/the-clarity-of-loss».
Read more >
Loss Deck - Girls Gone Happy
The Loss Deck supports you through the difficulty of saying goodbye, ... Topics help you understand your needs in this moment with compassion...
Read more >
Cumulative Loss - Clarity - Freddie Mac
Note: Percentages for the loss components on the Total row and certain benchmarks may not add up ... Freddie Mac Single-Family - Clarity...
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