Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit 28df411

Browse files
authored
Deprecate Differentiable.AllDifferentiableVariables. (#226)
1 parent f46a6eb commit 28df411

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
@@ -103,7 +103,7 @@ let (𝛁model, 𝛁input) = model.gradient(at: 2.0) { model, input in
103103
model.applied(to: input)
104104
}
105105

106-
print(𝛁model) // Model.AllDifferentiableVariables(w: 2.0, b: 1.0)
106+
print(𝛁model) // Model.TangentVector(w: 2.0, b: 1.0)
107107
print(𝛁input) // 4.0
108108
```
109109

0 commit comments

Comments
 (0)