fix juno import

This commit is contained in:
Mike J Innes 2017-06-05 17:31:43 +01:00
parent 1d7ac3ef3c
commit da1697a257
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
module Batches
using Juno, Lazy
using Juno: Tree, Row
export CatMat, rawbatch,
Batch, Batched, batchone, tobatch, rebatch,

View File

@ -8,7 +8,6 @@ using DataFlow: graphm, syntax, prewalk!, postwalk!, prewalk, postwalk,
detuple, value, inputs, thread!, value, inputs, Split, splitnode, inputnode,
spliceinputs, bumpinputs, Line, Frame, applylines, graphinputs
using DataFlow.Interpreter
using Juno: Tree, Row
export @net, unroll, unroll1, @shapes,
@Chain, Chain, Input, Affine, Conv2D, Recurrent, GatedRecurrent, LSTM,