From 1228e9c5e2e627a6d0a26390ddfe29d9f91f89e4 Mon Sep 17 00:00:00 2001 From: Dhairya Gandhi Date: Sun, 19 Aug 2018 22:55:14 +0530 Subject: [PATCH] removed include statement --- src/optimise/train.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/optimise/train.jl b/src/optimise/train.jl index 0663b9d4..3f26fdbd 100644 --- a/src/optimise/train.jl +++ b/src/optimise/train.jl @@ -1,6 +1,6 @@ using Juno using Flux.Tracker: back! -include("../utils.jl") +# include("../utils.jl") runall(f) = f runall(fs::AbstractVector) = () -> foreach(call, fs)