housekeeping: fixing typo

This commit is contained in:
Dhairya Gandhi 2018-08-20 13:48:28 +05:30
parent 394b4167ce
commit 06db6ed314

View File

@ -19,7 +19,8 @@ struct StopException <: Exception
end
function stop(x)
throw(StopException(
throw(StopException())
end
"""
train!(loss, data, opt)