Hi
Using Lux.jl, I’ve implemented denoising diffusion implicit model for image generation from noises.
Question: is there any place for me to contribute to enhance the Lux.jl examples? (Just making PR on the repo?)
Hi
Using Lux.jl, I’ve implemented denoising diffusion implicit model for image generation from noises.
Question: is there any place for me to contribute to enhance the Lux.jl examples? (Just making PR on the repo?)
This is great. Yes, feel free to make a PR. Each directory inside examples
operates like an independent package so we should be able to merge your code quite easily.
Okay, I will make the PR. Thanks!