Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rfcs/20200601-tfx-udsl-semantics.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ that `Trainer` needs to read examples and transform graph that satisfy:

- If the transform graph produced by a `Transform` execution E<sub>1</sub> is
used by a `Trainer` execution E<sub>2</sub>, then E<sub>1</sub> and
E<sub>1</sub> should use the same examples.
E<sub>2</sub> should use the same examples.

This is a typical data synchronization problem inside an asynchronous execution
pipeline. For simple cases like the one above, it is still possible (although
Expand Down