Skip to content

Commit

Permalink
Add known Dataset issue to RELEASE.md. (tensorflow#13870)
Browse files Browse the repository at this point in the history
Adding info about issue using Unicode strings with Datasets.
  • Loading branch information
case540 authored and Vijay Vasudevan committed Oct 20, 2017
1 parent 45d28e1 commit 358298a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
* Remove seldom used and unnecessary `tf.contrib.data.Iterator.dispose_op()`.
* Reorder some TFGAN loss functions in a non-backwards compatible way.

## Known Issues
* In Python 3, `Dataset.from_generator()` does not support Unicode strings.
You must convert any strings to bytes objects before yielding them from
the generator.

## Thanks to our Contributors

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

0 comments on commit 358298a

Please sign in to comment.