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