-
Notifications
You must be signed in to change notification settings - Fork 749
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add cn doc for ConcatDataset API (#6290)
- Loading branch information
1 parent
61ee15f
commit d2bc4b0
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.. _cn_api_paddle_io_ConcatDataset: | ||
|
||
ConcatDataset | ||
------------------------------- | ||
|
||
.. py:class:: paddle.io.ConcatDataset(dataset) | ||
将多个数据集拼接为一个。 | ||
|
||
此 API 可用于集成多个不同的数据集。 | ||
|
||
参数 | ||
::::::::: | ||
|
||
- **datasets** (sequence) - 待拼接的数据集序列。 | ||
|
||
返回 | ||
::::::::: | ||
|
||
Dataset,由 ``datasets`` 拼接而成的数据集。 | ||
|
||
代码示例 | ||
::::::::: | ||
|
||
COPY-FROM: paddle.io.ConcatDataset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters