Skip to content

Commit 358298a

Browse files
case540Vijay Vasudevan
authored andcommitted
Add known Dataset issue to RELEASE.md. (tensorflow#13870)
Adding info about issue using Unicode strings with Datasets.
1 parent 45d28e1 commit 358298a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
* Remove seldom used and unnecessary `tf.contrib.data.Iterator.dispose_op()`.
8686
* Reorder some TFGAN loss functions in a non-backwards compatible way.
8787

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+
8893
## Thanks to our Contributors
8994

9095
This release contains contributions from many people at Google, as well as:

0 commit comments

Comments
 (0)