From 65531b8689589607a24f4cbeebaa5734a2f7f69c Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Thu, 3 Nov 2016 15:11:59 +0000 Subject: [PATCH] tweak example --- examples/batching.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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