Skip to content

Commit

Permalink
fix_404_of_data_reader (PaddlePaddle#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
acosta123 authored and shanyi15 committed May 13, 2019
1 parent 438b9a3 commit 90a114e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fluid/api_cn/data/data_reader_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Data Reader Interface
iterable = data_reader()
从iterable生成的元素应该是单个数据条目,而不是mini batch。数据输入可以是单个项目,也可以是项目的元组,但应为 `支持的类型 <../../user_guides/howto/prepare_data/feeding_data.html#fluid>`_ (如, numpy 1d array of float32, int, list of int)
从iterable生成的元素应该是单个数据条目,而不是mini batch。数据输入可以是单个项目,也可以是项目的元组,但应为 :ref:`user_guide_paddle_support_data_types` (如, numpy 1d array of float32, int, list of int)


单项目数据读取器创建者的示例实现:
Expand Down

0 comments on commit 90a114e

Please sign in to comment.