newline fixes
This commit is contained in:
parent
b661db3797
commit
4abe518599
@ -9,4 +9,4 @@ include("optimisers.jl")
|
|||||||
include("train.jl")
|
include("train.jl")
|
||||||
include("deprecations.jl")
|
include("deprecations.jl")
|
||||||
|
|
||||||
end
|
end
|
||||||
|
@ -125,4 +125,4 @@ function ADAMW(params::AbstractArray, η = 0.001; β1 = 0.9, β2 = 0.999, decay
|
|||||||
opt = ADAMW(η, β)
|
opt = ADAMW(η, β)
|
||||||
opt = check_decay(opt, decay)
|
opt = check_decay(opt, decay)
|
||||||
updaterule(opt, ps)
|
updaterule(opt, ps)
|
||||||
end
|
end
|
||||||
|
@ -114,4 +114,4 @@ import Adapt.adapt
|
|||||||
cudata(x::TrackedArray) = data(x)
|
cudata(x::TrackedArray) = data(x)
|
||||||
adapt(T, xs::TrackedArray) = param(adapt(T, data(xs)))
|
adapt(T, xs::TrackedArray) = param(adapt(T, data(xs)))
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user