This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ linalg or svd). When in doubt we ask domain experts or use web search to see
7979what spelling is most common.
8080
8181If possible we prefer to name things in a similar way to numpy (e.g., we would
82- not pick einsum as a name, but numpy and MatLab before it has , and that
82+ not pick einsum as a name, but numpy and others before it have , and that
8383precedent is very strong).
8484
8585We prefer experimental namespaces (i.e. tf.data.experimental.foobar) over
@@ -207,6 +207,6 @@ Keras has its own external API and maintainers, as well as an internal
207207team. Keras API changes tend to be cross-cutting as core Keras classes are base
208208classes to many TF API endpoints. We generally only look at keras changes after
209209a keras owner (say, fchollet or karmel) has already approved it on their
210- end. fchollet has guidelines for changes to the Keras API at
211- go/keras-api-guidelines. These include many generally good practices that are
212- useful to keep in mind outside of Keras as well.
210+ end. fchollet has guidelines for changes to the Keras API (location TBD). These
211+ include many generally good practices that are useful to keep in mind outside of
212+ Keras as well.
You can’t perform that action at this time.
0 commit comments