forked from tensorflow/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor sp: generial --> general (tensorflow#143)
- Loading branch information
1 parent
60d3c49
commit 5c853c5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,7 @@ below. | |
* There is no built-in API for parameter sharing. | ||
* The [`Parameter`](https://www.tensorflow.org/swift/api_docs/Classes/Parameter) | ||
class does not conform to `Differentiable` yet, and is not recommended for | ||
generial use. | ||
general use. | ||
* The compiler errors displayed when a user-defined layer struct fails to fully satisfy the requirements of the `Layer` protocol are unclear. | ||
* There are some ideas for how to reduce the amount of boilerplate required to define layers & models; please join the [[email protected]](https://groups.google.com/a/tensorflow.org/forum/#!forum/swift) mailing list for the future discussions. | ||
|
||
|