Skip to content

Commit

Permalink
Add link to "differentiable types" doc.
Browse files Browse the repository at this point in the history
Add link to "differentiable types" doc in "parameter optimization" doc.
  • Loading branch information
dan-zheng committed Mar 8, 2019
1 parent ca82aa8 commit 6789fbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/ParameterOptimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ Examples:
* [tensorflow/swift-models][swift-models]: Swift for TensorFlow models written using `swift-apis`.

Related discussion:
* [Dynamic property iteration using `KeyPathIterable`][KeyPathIterable].
* Differentiable types and `Differentiable`: *coming soon*
* [Dynamic property iteration using the `KeyPathIterable` protocol][KeyPathIterable].
* [Differentiable types and the `Differentiable` protocol][Differentiable].

---

Expand Down Expand Up @@ -525,3 +525,4 @@ By comparison, the new design with `KeyPathIterable` and `Differentiable` is mor
[swift-apis-Layer]: https://github.com/tensorflow/swift-apis/blob/master/Sources/DeepLearning/Layer.swift
[swift-models]: https://github.com/tensorflow/swift-models
[KeyPathIterable]: https://github.com/tensorflow/swift/blob/master/docs/DynamicPropertyIteration.md
[Differentiable]: https://github.com/tensorflow/swift/blob/master/docs/DifferentiableTypes.md

0 comments on commit 6789fbd

Please sign in to comment.