don't rebatch batches
This commit is contained in:
parent
06e37081d3
commit
605e3a9363
@ -20,6 +20,7 @@ function tf(model)
|
|||||||
end
|
end
|
||||||
|
|
||||||
batchone(x) = Batch((x,))
|
batchone(x) = Batch((x,))
|
||||||
|
batchone(x::Batch) = x
|
||||||
|
|
||||||
function batch(xs)
|
function batch(xs)
|
||||||
dims = ndims(xs)-1
|
dims = ndims(xs)-1
|
||||||
|
Loading…
Reference in New Issue
Block a user