From f366e9d00c858bb497dd0d1778388fd35bc22d5e Mon Sep 17 00:00:00 2001 From: Eric Ge Date: Tue, 6 Apr 2021 10:25:34 -0700 Subject: [PATCH] Fix typo in 20200601-tfx-udsl-semantics.md --- rfcs/20200601-tfx-udsl-semantics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/20200601-tfx-udsl-semantics.md b/rfcs/20200601-tfx-udsl-semantics.md index 30bc028e2..2c4db74b2 100644 --- a/rfcs/20200601-tfx-udsl-semantics.md +++ b/rfcs/20200601-tfx-udsl-semantics.md @@ -260,7 +260,7 @@ that `Trainer` needs to read examples and transform graph that satisfy: - If the transform graph produced by a `Transform` execution E1 is used by a `Trainer` execution E2, then E1 and - E1 should use the same examples. + E2 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