this should be progress'd too

This commit is contained in:
Mike J Innes 2017-05-01 12:46:02 +01:00
parent 38852964f6
commit dba6bef245

View File

@ -13,7 +13,7 @@ end
function train!(m, train, test = [];
epoch = 1, η = 0.1, loss = mse)
i = 0
for e in 1:epoch
@progress for e in 1:epoch
info("Epoch $e")
@progress for (x, y) in train
x, y = tobatch.((x, y))