diff --git a/examples/batching.jl b/examples/batching.jl index 2e8e6087..ccbac02f 100644 --- a/examples/batching.jl +++ b/examples/batching.jl @@ -2,8 +2,8 @@ using Flux # Traditional Approach -# 1000 samples of sequences of 100 28×28 3-colour images -rand(100, 10, 28, 28, 3) +# 100 samples of sequences of 15 28×28 3-colour images +rand(100, 15, 28, 28, 3) # Basic Batching