Skip to content

Commit aac77a1

Browse files
authored
Merge pull request #211 from FluxML/mnist-example-fix-axis
Fix broken link in examples
2 parents 4aae8c2 + 0d16f5a commit aac77a1

File tree

11 files changed

+3908
-2899
lines changed

11 files changed

+3908
-2899
lines changed

examples/mnist/Manifest.toml

Lines changed: 1027 additions & 670 deletions
Large diffs are not rendered by default.

examples/mnist/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[deps]
22
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
3-
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
43
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
54
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
65
MLJFlux = "094fc8d1-fd35-5302-93ea-dabda2abf845"
76
MLJIteration = "614be32b-d00c-4edb-bd02-1eb411ab5e55"
87
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
9-
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"

examples/mnist/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Contents
22

3-
- `mnist.ipynb`: Juptyer notebook
4-
- `mnist.jl`: executable Julia script annotated with comments
3+
- `notebook.ipynb`: Juptyer notebook
4+
- `notebook.jl`: executable Julia script annotated with comments
55

66
# Important
77

88
Scripts or notebooks in this folder cannot be reliably exectued without the accompanying
9-
Manifest.toml and Project.toml files. If the Manifest.toml does not specify a
10-
`julia_version` in the first four lines, use Julia 1.6.x, where x is any integer.
9+
Manifest.toml and Project.toml files.

examples/mnist/generate.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Execute this julia file to generate the notebooks from ../notebook.jl
2+
3+
joinpath(@__DIR__, "..", "generate.jl") |> include
4+
generate(@__DIR__, execute=false, pluto=false)

examples/mnist/loss.png

-1.55 KB
Loading

examples/mnist/mnist.ipynb

Lines changed: 0 additions & 1873 deletions
This file was deleted.

examples/mnist/mnist.md

Lines changed: 0 additions & 339 deletions
This file was deleted.

0 commit comments

Comments
 (0)