Skip to content

Commit 887cba1

Browse files
authored
Simplify LeNet (#394)
* simpler lenet * better version * update & simplify * update & simplify * project+manifest * use JLD2 and Flux.state * make directory, tidy * manifest * add show statements
1 parent bef07e8 commit 887cba1

File tree

4 files changed

+1109
-551
lines changed

4 files changed

+1109
-551
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Flux v0.13 is the latest right now, marked with ☀️; models upgraded to use
6666
**Vision**
6767
* MNIST
6868
* [Simple multi-layer perceptron](vision/mlp_mnist) ☀️ v0.13 +
69-
* [Simple ConvNet (LeNet)](vision/conv_mnist) ☀️ v0.13
69+
* [Simple ConvNet (LeNet)](vision/conv_mnist) ☀️ v0.13 +
7070
* [Variational Auto-Encoder](vision/vae_mnist) ☀️ v0.13 +
7171
* [Deep Convolutional Generative Adversarial Networks](vision/dcgan_mnist) ☀️ v0.13 +
7272
* [Conditional Deep Convolutional Generative Adversarial Networks](vision/cdcgan_mnist) ☀️ v0.13

0 commit comments

Comments
 (0)