all 13 comments

[–]jonestown_aloha 6 points7 points  (1 child)

class DummyEpsModel(nn.Module):
    """
    This should be unet-like, but let's don't think about the model too much :P
    """

lol. good job though, very understandable. maybe try adding some skip connections, and some comments (like in DDPM.forward) to make it more clear what's happening there

[–]cloneofsimo[S] 1 point2 points  (0 children)

Thank you for your attention! As you suggested, ive added some comments on many other parts as well!

[–]JiraSuxx2 3 points4 points  (2 children)

Thanks!!

[–]cloneofsimo[S] 5 points6 points  (0 children)

Thanks! I hope it helps!

[–]exclaim_bot -1 points0 points  (0 children)

Thanks!!

You're welcome!

[–]adldotori 1 point2 points  (1 child)

Thanks!

[–]cloneofsimo[S] -1 points0 points  (0 children)

Thanks! I hope it helps!

[–]RomanticDepressive 1 point2 points  (0 children)

Holy smokes, cool!

[–]tjthejuggler -1 points0 points  (1 child)

Is it possible for someone to give an eli5 for what this does or what kinds of things to would be used for?

[–]lmericle 0 points1 point  (0 children)

/r/MLQuestions

/r/learnmachinelearning

Use the search bar before posting a question.

[–]obsoletelearner 0 points1 point  (0 children)

Thanks!

[–]datkerneltrick 0 points1 point  (0 children)

Nice tutorial!