Skip to content

Commit

Permalink
Remember about the original post.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Jul 12, 2023
1 parent 586716c commit 02c6710
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ reference papers.
We are going to use `luz` to train the denoising diffusion model. Using luz allows
us to avoid much of the torch boilerplate code related to supporting training in different
devices like the cpu or the GPU, logging metrics, disabling autograd during evaluation, etc.
Our implementation is heavily inspired by the [Denoising Diffusion Implicit Models](https://keras.io/examples/generative/ddim/) example in the Keras gallery.

However, since we are not building a standard supervised model, we will need to
implement a custom `step` method.
Expand Down

1 comment on commit 02c6710

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.