You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,9 @@ Chapter 14. Code for training a differentially private version of the demo proje
61
61
62
62
## Version notes
63
63
64
-
-The code was written and tested for version 0.22. Due to tiny TFX bugs, the pipelines currently don't work on the releases 0.23 and 0.24-rc0. Github issues have been filed with the TFX team specifically for the book pipelines ([Issue 2500](https://github.com/tensorflow/tfx/issues/2500#issuecomment-695363847)). We will update the repository once the issue is resolved.
64
+
The code was written and tested for version 0.22.
65
65
66
-
- As of 9/14/20, TFX does not support Python 3.8. The support will be available with version 0.24, expected in the coming days/weeks.
66
+
- As of 9/22/20, the interactive pipeline runs on TFX version 0.24.0rc1.
67
+
Due to tiny TFX bugs, the pipelines currently don't work on the releases 0.23 and 0.24-rc0. Github issues have been filed with the TFX team specifically for the book pipelines ([Issue 2500](https://github.com/tensorflow/tfx/issues/2500#issuecomment-695363847)). We will update the repository once the issue is resolved.
68
+
69
+
- As of 9/14/20, TFX only supports Python 3.8 with version >0.24.0rc0.
0 commit comments