fixed example in docs

This commit is contained in:
Dhairya Gandhi 2018-08-28 15:02:47 +05:30
parent 2f1a9847fa
commit a964debd8a

View File

@ -25,7 +25,7 @@ This would trigger the train loop to stop and exit.
# Example callback:
cb = function ()
accuracy() > 0.9 && stop()
accuracy() > 0.9 && Flux.stop()
end
```
"""