fix juno import
This commit is contained in:
parent
1d7ac3ef3c
commit
da1697a257
@ -1,6 +1,7 @@
|
|||||||
module Batches
|
module Batches
|
||||||
|
|
||||||
using Juno, Lazy
|
using Juno, Lazy
|
||||||
|
using Juno: Tree, Row
|
||||||
|
|
||||||
export CatMat, rawbatch,
|
export CatMat, rawbatch,
|
||||||
Batch, Batched, batchone, tobatch, rebatch,
|
Batch, Batched, batchone, tobatch, rebatch,
|
||||||
|
@ -8,7 +8,6 @@ using DataFlow: graphm, syntax, prewalk!, postwalk!, prewalk, postwalk,
|
|||||||
detuple, value, inputs, thread!, value, inputs, Split, splitnode, inputnode,
|
detuple, value, inputs, thread!, value, inputs, Split, splitnode, inputnode,
|
||||||
spliceinputs, bumpinputs, Line, Frame, applylines, graphinputs
|
spliceinputs, bumpinputs, Line, Frame, applylines, graphinputs
|
||||||
using DataFlow.Interpreter
|
using DataFlow.Interpreter
|
||||||
using Juno: Tree, Row
|
|
||||||
|
|
||||||
export @net, unroll, unroll1, @shapes,
|
export @net, unroll, unroll1, @shapes,
|
||||||
@Chain, Chain, Input, Affine, Conv2D, Recurrent, GatedRecurrent, LSTM,
|
@Chain, Chain, Input, Affine, Conv2D, Recurrent, GatedRecurrent, LSTM,
|
||||||
|
Loading…
Reference in New Issue
Block a user