Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit dcgan mnist #373

Merged
merged 7 commits into from
Dec 9, 2022
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Flux has a [NEWS page](https://github.com/FluxML/Flux.jl/blob/master/NEWS.md) li

To run the old examples, Flux v0.11 can be installed and run on [Julia 1.6, the LTS version](https://julialang.org/downloads/#long_term_support_release).
Flux v0.12 works on Julia 1.8.
Flux 0.13 is the latest right now, marked with ☀️.
Flux v0.13 is the latest right now, marked with ☀️; models upgraded to use explicit gradients (v0.13.9+) have a `+`.

## Examples Listing

Expand All @@ -68,7 +68,7 @@ Flux 0.13 is the latest right now, marked with ☀️.
* [Simple multi-layer perceptron](vision/mlp_mnist) ☀️ v0.13
* [Simple ConvNet (LeNet)](vision/conv_mnist) ☀️ v0.13
* [Variational Auto-Encoder](vision/vae_mnist) 🌤 v0.12
* [Deep Convolutional Generative Adversarial Networks](vision/dcgan_mnist) ☀️ v0.13
* [Deep Convolutional Generative Adversarial Networks](vision/dcgan_mnist) ☀️ v0.13 +
* [Conditional Deep Convolutional Generative Adversarial Networks](vision/cdcgan_mnist) ☀️ v0.13
* [Score-Based Generative Modeling (Diffusion Model)](vision/diffusion_mnist) ☀️ v0.13
* [Spatial Transformer](vision/spatial_transformer) ☀️ v0.13
Expand Down
Loading