Implementing a diffusion model in Julia/Lux.jl

1 · · Dec. 14, 2022, midnight
This article is from JuliaLang Advent Calendar 2022 (Japanese) Day 14. As a hobby recently, I was implementing a diffusion model using Lux.jl, a neural net framework made by Julia. yng87/DDIM.jlContribute to yng87/DDIM.jl development by creating an account on GitHub.github.com For training data, I used a flower dataset called Oxford 102 flowers dataset, which, when trained well, can generate images like the following Due to the limited computing resources available, it is not possible to crea...