We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d28e1 commit 358298aCopy full SHA for 358298a
RELEASE.md
@@ -85,6 +85,11 @@
85
* Remove seldom used and unnecessary `tf.contrib.data.Iterator.dispose_op()`.
86
* Reorder some TFGAN loss functions in a non-backwards compatible way.
87
88
+## Known Issues
89
+* In Python 3, `Dataset.from_generator()` does not support Unicode strings.
90
+ You must convert any strings to bytes objects before yielding them from
91
+ the generator.
92
+
93
## Thanks to our Contributors
94
95
This release contains contributions from many people at Google, as well as:
0 commit comments