Skip to content

Commit

Permalink
cov_mnist: fix a bracket, update to 0.14 (#401)
Browse files Browse the repository at this point in the history
* fix bracket, update to 0.14

* Update README.md
  • Loading branch information
mcabbott authored Jul 25, 2023
1 parent f3b6406 commit 3e91af3
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 206 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ 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 v0.13 is the latest right now, marked with ☀️; models upgraded to use explicit gradients (v0.13.9+) have a `+`.
Flux v0.14 is the latest right now, this and v0.13 are marked with ☀️; models upgraded to use
explicit gradients (v0.13.9+ or v0.14) have a `+`.

## Examples in the Model Zoo

**Vision**
* MNIST
* [Simple multi-layer perceptron](vision/mlp_mnist) ☀️ v0.13 +
* [Simple ConvNet (LeNet)](vision/conv_mnist) ☀️ v0.13 +
* [Simple ConvNet (LeNet)](vision/conv_mnist) ☀️ v0.14 +
* [Variational Auto-Encoder](vision/vae_mnist) ☀️ v0.13 +
* [Deep Convolutional Generative Adversarial Networks](vision/dcgan_mnist) ☀️ v0.13 +
* [Conditional Deep Convolutional Generative Adversarial Networks](vision/cdcgan_mnist) ☀️ v0.13
Expand Down
Loading

0 comments on commit 3e91af3

Please sign in to comment.