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

Commit c8c0fa0

Browse files
authored
Fix typo.
1 parent f4f419f commit c8c0fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ struct Model: Layer {
3737
}
3838
}
3939

40-
let optimizer = SGD<Classifier, Float>(learningRate: 0.02)
40+
let optimizer = SGD<Model, Float>(learningRate: 0.02)
4141
var classifier = Model(hiddenSize: 4)
4242
let x: Tensor<Float> = ...
4343
let y: Tensor<Float> = ...

0 commit comments

Comments
 (0)