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

Commit abba196

Browse files
author
ematejska
authored
Merge pull request #380 from Eric-Le-Ge/patch-1
Fix typo in 20200601-tfx-udsl-semantics.md
2 parents eadc7bc + f366e9d commit abba196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/20200601-tfx-udsl-semantics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ that `Trainer` needs to read examples and transform graph that satisfy:
260260

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

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

0 commit comments

Comments
 (0)