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

Commit 0dfebbf

Browse files
author
Ewa Matejska
committed
Adding a link to Examples
1 parent ab40d67 commit 0dfebbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/yyyymmdd-rfc-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Make sure you’ve thought through and addressed the following sections. If a se
6161
* Does this proposal change best practices for some aspect of using/developing TensorFlow? How will these changes be communicated/enforced?
6262
* If design changes existing API or creates new ones, the design owner should create end-to-end examples (ideally, a tutorial) which reflects how new feature will be used. Some things to consider related to the tutorial:
6363
- The minimum requirements for this are to consider how this would be used in a Keras-based workflow, as well as a non-Keras (low-level) workflow. If either isn’t applicable, explain why.
64-
- It should show the usage of the new feature in an end to end example (from data reading to serving, if applicable). Many new features have unexpected effects in parts far away from the place of change that can be found by running through an end-to-end example.
64+
- It should show the usage of the new feature in an end to end example (from data reading to serving, if applicable). Many new features have unexpected effects in parts far away from the place of change that can be found by running through an end-to-end example. TFX [Examples](https://github.com/tensorflow/tfx/tree/master/tfx/examples) have historically been good in identifying such unexpected side-effects and are as such one recommended path for testing things end-to-end.
6565
- This should be written as if it is documentation of the new feature, i.e., consumable by a user, not a TensorFlow developer. The code does not need to work (since feature is not implemented yet).
6666

6767
### Compatibility

0 commit comments

Comments
 (0)