Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 5fff54b

Browse files
brettkooncedan-zheng
authored andcommitted
minor sp: Neseterov --> Nesterov (#78)
1 parent 18f9371 commit 5fff54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DeepLearning/Optimizer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public class SGD<Model: Layer, Scalar: TensorFlowFloatingPoint>: Optimizer
186186
public let momentum: Scalar
187187
/// The weight decay.
188188
public let decay: Scalar
189-
/// Use Neseterov momentum if true.
189+
/// Use Nesterov momentum if true.
190190
public let nesterov: Bool
191191

192192
public init(

0 commit comments

Comments
 (0)