提交 358298a3 编写于 作者: M Michael Case 提交者: Vijay Vasudevan

Add known Dataset issue to RELEASE.md. (#13870)

Adding info about issue using Unicode strings with Datasets.
上级 45d28e12
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册