fix train! test

This commit is contained in:
Dhairya Gandhi 2018-10-11 18:52:16 +05:30
parent 1f0f2a5ac2
commit edbcd3c9ea
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ end
Flux.train!(() -> (sleep(0.1); i += 1; l),
Iterators.repeated((), 100),
()->(),
ADAM([l]),
cb = Flux.throttle(() -> (i > 3 && Flux.stop()), 1))
@test 3 < i < 50