resolve conflict
This commit is contained in:
parent
1dfec7f38b
commit
c4f5e83697
|
@ -5,8 +5,7 @@ using LinearAlgebra
|
||||||
export train!, update!,
|
export train!, update!,
|
||||||
SGD, Descent, ADAM, Momentum, Nesterov, RMSProp,
|
SGD, Descent, ADAM, Momentum, Nesterov, RMSProp,
|
||||||
ADAGrad, AdaMax, ADADelta, AMSGrad, NADAM, ADAMW, RADAM,
|
ADAGrad, AdaMax, ADADelta, AMSGrad, NADAM, ADAMW, RADAM,
|
||||||
InvDecay, ExpDecay, WeightDecay, ClipValue, ClipNorm,
|
InvDecay, ExpDecay, WeightDecay, stop, Optimiser, ClipValue, ClipNorm
|
||||||
stop, Optimiser
|
|
||||||
|
|
||||||
include("optimisers.jl")
|
include("optimisers.jl")
|
||||||
include("train.jl")
|
include("train.jl")
|
||||||
|
|
Loading…
Reference in New Issue