this should be progress'd too
This commit is contained in:
parent
38852964f6
commit
dba6bef245
@ -13,7 +13,7 @@ end
|
|||||||
function train!(m, train, test = [];
|
function train!(m, train, test = [];
|
||||||
epoch = 1, η = 0.1, loss = mse)
|
epoch = 1, η = 0.1, loss = mse)
|
||||||
i = 0
|
i = 0
|
||||||
for e in 1:epoch
|
@progress for e in 1:epoch
|
||||||
info("Epoch $e")
|
info("Epoch $e")
|
||||||
@progress for (x, y) in train
|
@progress for (x, y) in train
|
||||||
x, y = tobatch.((x, y))
|
x, y = tobatch.((x, y))
|
||||||
|
Loading…
Reference in New Issue
Block a user