housekeeping: fixing typo
This commit is contained in:
parent
394b4167ce
commit
06db6ed314
@ -19,7 +19,8 @@ struct StopException <: Exception
|
|||||||
end
|
end
|
||||||
|
|
||||||
function stop(x)
|
function stop(x)
|
||||||
throw(StopException(
|
throw(StopException())
|
||||||
|
end
|
||||||
|
|
||||||
"""
|
"""
|
||||||
train!(loss, data, opt)
|
train!(loss, data, opt)
|
||||||
|
Loading…
Reference in New Issue
Block a user