Skip to content

Commit

Permalink
Simplify LeNet (#394)
Browse files Browse the repository at this point in the history
* simpler lenet

* better version

* update & simplify

* update & simplify

* project+manifest

* use JLD2 and Flux.state

* make directory, tidy

* manifest

* add show statements
  • Loading branch information
mcabbott authored May 22, 2023
1 parent bef07e8 commit 887cba1
Show file tree
Hide file tree
Showing 4 changed files with 1,109 additions and 551 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Flux v0.13 is the latest right now, marked with ☀️; models upgraded to use
**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.13 +
* [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 887cba1

Please sign in to comment.