Skip to content

Commit

Permalink
lenet_mnist: add compact bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
joostdup committed Jan 19, 2021
1 parent 05469e6 commit 81c9dbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions vision/lenet_mnist/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ version = "0.11.4"

[[ForwardDiff]]
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "NaNMath", "Random", "SpecialFunctions", "StaticArrays"]
git-tree-sha1 = "8de2519a83c6c1c2442c2f481dd9a8364855daf4"
git-tree-sha1 = "c26b56e9b9f0687f7ca887f6b6ded03d269e0e35"
uuid = "f6369f11-7733-5829-9624-2563aa707210"
version = "0.10.14"
version = "0.10.15"

[[Functors]]
deps = ["MacroTools"]
Expand Down Expand Up @@ -405,9 +405,9 @@ version = "0.3.5"

[[OffsetArrays]]
deps = ["Adapt"]
git-tree-sha1 = "5b644e46f71e744fac0775b885809fd82c4ca904"
git-tree-sha1 = "6247fe4b373b354b9b7fc155ae9c137267c9a07f"
uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
version = "1.5.0"
version = "1.5.1"

[[OpenSSL_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
Expand Down
4 changes: 3 additions & 1 deletion vision/lenet_mnist/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
TensorBoardLogger = "899adc3e-224a-11e9-021f-63837185c80f"

[compat]
Flux = ">= 0.10.3"
CUDA = "2.4.0"
Flux = "0.11.4"
julia = "1.5"

0 comments on commit 81c9dbb

Please sign in to comment.