Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
FluidDoc
提交
2eac1e60
F
FluidDoc
项目概览
PaddlePaddle
/
FluidDoc
通知
5
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
23
列表
看板
标记
里程碑
合并请求
111
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
F
FluidDoc
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
23
Issue
23
列表
看板
标记
里程碑
合并请求
111
合并请求
111
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
2eac1e60
编写于
9月 13, 2020
作者:
K
Kaipeng Deng
提交者:
GitHub
9月 13, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add vision.dataset doc. test=develop (#2607)
上级
a342aa1f
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
70 addition
and
68 deletion
+70
-68
doc/paddle/api/paddle/vision/datasets/Cifar100_cn.rst
doc/paddle/api/paddle/vision/datasets/Cifar100_cn.rst
+10
-11
doc/paddle/api/paddle/vision/datasets/Cifar10_cn.rst
doc/paddle/api/paddle/vision/datasets/Cifar10_cn.rst
+14
-15
doc/paddle/api/paddle/vision/datasets/Flowers_cn.rst
doc/paddle/api/paddle/vision/datasets/Flowers_cn.rst
+16
-16
doc/paddle/api/paddle/vision/datasets/MNIST_cn.rst
doc/paddle/api/paddle/vision/datasets/MNIST_cn.rst
+15
-17
doc/paddle/api/paddle/vision/datasets/VOC2012_cn.rst
doc/paddle/api/paddle/vision/datasets/VOC2012_cn.rst
+15
-9
未找到文件。
doc/paddle/api/paddle/vision/datasets/Cifar100_cn.rst
浏览文件 @
2eac1e60
...
...
@@ -6,20 +6,19 @@ Cifar100
..
py
:
class
::
paddle
.
vision
.
datasets
.
Cifar100
()
Implementation
of
`
Cifar
-
100
<
https
://
www
.
cs
.
toronto
.
edu
/~
kriz
/
cifar
.
html
>`
_
dataset
,
which
has
100
categories
.
`
Cifar
-
100
<
https
://
www
.
cs
.
toronto
.
edu
/~
kriz
/
cifar
.
html
>`
_
数据集的实现,数据集包含
100
中类别
.
参数
:::::::::
data_file
(
str
):
path
to
data
file
,
can
be
set
None
if
:
attr
:`
download
`
is
True
.
Default
None
mode
(
str
):
'train'
,
'test'
mode
.
Default
'train'
.
transform
(
callable
):
transform
to
perform
on
image
,
None
for
on
transform
.
download
(
bool
):
whether
to
download
dataset
automatically
if
:
attr
:`
data_file
`
is
not
set
.
Default
True
-
data_file
(
str
)
-
数据集文件路径,如果
``
download
``
设置为
``
True
``
,此参数可以设置为
None
。默认值为
None
。
-
mode
(
str
)
-
``
'train'
``
或
``
'test'
``
模式,默认为
``
'train'
``
。
-
transform
(
callable
)
-
图片数据的预处理,若未
``
None
``
即为不做预处理。默认值为
None
。
-
download
(
bool
)
-
是否自定下载数据集文件。默认为
``
True
``
。
Returns
:
Dataset
:
instance
of
cifar
-
100
dataset
返回
:::::::::
Cifar100
数据集实例
代码示例
:::::::::
...
...
@@ -57,4 +56,4 @@ Cifar100
image
,
label
=
model
(
image
,
label
)
print
(
image
.
numpy
().
shape
,
label
.
numpy
().
shape
)
\ No newline at end of file
doc/paddle/api/paddle/vision/datasets/Cifar10_cn.rst
浏览文件 @
2eac1e60
...
...
@@ -6,22 +6,21 @@ Cifar10
..
py
:
class
::
paddle
.
vision
.
datasets
.
Cifar10
()
Implementation
of
`
Cifar
-
10
<
https
://
www
.
cs
.
toronto
.
edu
/~
kriz
/
cifar
.
html
>`
_
dataset
,
which
has
10
categories
.
`
Cifar
-
10
<
https
://
www
.
cs
.
toronto
.
edu
/~
kriz
/
cifar
.
html
>`
_
数据集的实现,数据集包含
10
中类别
.
参数
参数
:::::::::
data_file
(
str
):
path
to
data
file
,
can
be
set
None
if
:
attr
:`
download
`
is
True
.
Default
None
mode
(
str
):
'train'
,
'test'
mode
.
Default
'train'
.
transform
(
callable
):
transform
to
perform
on
image
,
None
for
on
transform
.
download
(
bool
):
whether
to
download
dataset
automatically
if
:
attr
:`
data_file
`
is
not
set
.
Default
True
-
data_file
(
str
)
-
数据集文件路径,如果
``
download
``
设置为
``
True
``
,此参数可以设置为
None
。默认值为
None
。
-
mode
(
str
)
-
``
'train'
``
或
``
'test'
``
模式,默认为
``
'train'
``
。
-
transform
(
callable
)
-
图片数据的预处理,若未
``
None
``
即为不做预处理。默认值为
None
。
-
download
(
bool
)
-
是否自定下载数据集文件。默认为
``
True
``
。
Returns
:
Dataset
:
instance
of
cifar
-
10
dataset
返回
:::::::::
Cifar10
数据集实例
代码示例
代码示例
:::::::::
..
code
-
block
::
python
...
...
@@ -46,10 +45,10 @@ Cifar10
normalize
=
Normalize
(
mean
=[
0.5
,
0.5
,
0.5
],
std
=[
0.5
,
0.5
,
0.5
])
cifar10
=
Cifar10
(
mode
=
'train'
,
transform
=
normalize
)
cifar10
0
=
Cifar10
(
mode
=
'train'
,
transform
=
normalize
)
for
i
in
range
(
10
):
image
,
label
=
cifar10
[
i
]
image
,
label
=
cifar10
0
[
i
]
image
=
paddle
.
to_tensor
(
image
)
label
=
paddle
.
to_tensor
(
label
)
...
...
@@ -57,4 +56,4 @@ Cifar10
image
,
label
=
model
(
image
,
label
)
print
(
image
.
numpy
().
shape
,
label
.
numpy
().
shape
)
\ No newline at end of file
doc/paddle/api/paddle/vision/datasets/Flowers_cn.rst
浏览文件 @
2eac1e60
...
...
@@ -6,23 +6,23 @@ Flowers
.. py:class:: paddle.vision.datasets.Flowers()
Implementation of `Flowers <https://www.robots.ox.ac.uk/~vgg/data/flowers/>`_
dataset
`Flowers <https://www.robots.ox.ac.uk/~vgg/data/flowers/>`_ 数据集
参数
参数
:::::::::
data_file(str): path to data file, can be set None if
:attr:`download` is True. Default None
label_file(str): path to label file, can be set None if
:attr:`download` is True. Default None
setid_file(str): path to subset index file, can be set
None if :attr:`download` is True. Default None
mode(str): 'train', 'valid' or 'test' mode. Default 'train'.
transform(callable): transform to perform on image, None for on transform.
download(bool): whether to download dataset automatically if
:attr:`data_file` is not set. Default True
代码示例
- data_file (str) - 数据文件路径,如果 ``download`` 设置为 ``True`` ,此参数可以设置为None。默认值为None。
- label_file (str) - 标签文件路径,如果 ``download`` 设置为 ``True`` ,此参数可以设置为None。默认值为None。
- setid_file (str) - 子数据集下标划分文件路径,如果 ``download`` 设置为 ``True`` ,此参数可以设置为None。默认值为None。
- mode (str) - ``'train'`` 或 ``'test'`` 模式,默认为 ``'train'`` 。
- transform (callable) - 作用于图片数据的transform,若未 ``None`` 即为无transform。
- download (bool) - 是否自定下载数据集文件。默认为 ``True`` 。
返回
:::::::::
Flowers数据集实例
代码示例
:::::::::
.. code-block:: python
...
...
@@ -35,4 +35,4 @@ Flowers
sample = flowers[i]
print(sample[0].shape, sample[1])
\ No newline at end of file
doc/paddle/api/paddle/vision/datasets/MNIST_cn.rst
浏览文件 @
2eac1e60
...
...
@@ -6,24 +6,22 @@ MNIST
.. py:class:: paddle.vision.datasets.MNIST()
Implementation of `MNIST <http://yann.lecun.com/exdb/mnist/>`_ dataset
`MNIST <http://yann.lecun.com/exdb/mnist/>`_ 数据集
参数
参数
:::::::::
image_path(str): path to image file, can be set None if
:attr:`download` is True. Default None
label_path(str): path to label file, can be set None if
:attr:`download` is True. Default None
chw_format(bool): If set True, the output shape is [1, 28, 28],
otherwise, output shape is [1, 784]. Default True.
mode(str): 'train' or 'test' mode. Default 'train'.
download(bool): whether to download dataset automatically if
:attr:`image_path` :attr:`label_path` is not set. Default True
Returns:
Dataset: MNIST Dataset.
代码示例
- image_path (str) - 图像文件路径,如果 ``download`` 设置为 ``True`` ,此参数可以设置为None。默认值为None。
- label_path (str) - 标签文件路径,如果 ``download`` 设置为 ``True`` ,此参数可以设置为None。默认值为None。
- chw_format (bool) - 若为 ``True`` 输出形状为[1, 28, 28], 否则为 [1, 784]。默认值为 ``True`` 。
- mode (str) - ``'train'`` 或 ``'test'`` 模式,默认为 ``'train'`` 。
- download (bool) - 是否自定下载数据集文件。默认为 ``True`` 。
返回
:::::::::
MNIST数据集实例
代码示例
:::::::::
.. code-block:: python
...
...
@@ -36,4 +34,4 @@ MNIST
sample = mnist[i]
print(sample[0].shape, sample[1])
\ No newline at end of file
doc/paddle/api/paddle/vision/datasets/VOC2012_cn.rst
浏览文件 @
2eac1e60
...
...
@@ -6,17 +6,23 @@ VOC2012
..
py
:
class
::
paddle
.
vision
.
datasets
.
VOC2012
()
Implementation
of
`
VOC2012
<
http
://
host
.
robots
.
ox
.
ac
.
uk
/
pascal
/
VOC
/
voc2012
/>`
_
dataset
`
VOC2012
<
http
://
host
.
robots
.
ox
.
ac
.
uk
/
pascal
/
VOC
/
voc2012
/>`
_
数据集
参数
参数
:::::::::
data_file
(
str
):
path
to
data
file
,
can
be
set
None
if
:
attr
:`
download
`
is
True
.
Default
None
mode
(
str
):
'train'
,
'valid'
or
'test'
mode
.
Default
'train'
.
download
(
bool
):
whether
to
download
dataset
automatically
if
:
attr
:`
data_file
`
is
not
set
.
Default
True
-
data_file
(
str
)
-
数据集文件路径,如果
``
download
``
设置为
``
True
``
,此参数可以设置为
None
。默认值为
None
。
-
label_file
(
str
)
-
标签文件路径,如果
``
download
``
设置为
``
True
``
,此参数可以设置为
None
。默认值为
None
。
-
setid_file
(
str
)
-
子数据集下标划分文件路径,如果
``
download
``
设置为
``
True
``
,此参数可以设置为
None
。默认值为
None
。
-
mode
(
str
)
-
``
'train'
``
或
``
'test'
``
模式,默认为
``
'train'
``
。
-
transform
(
callable
)
-
作用于图片数据的
transform
,若未
``
None
``
即为无
transform
。
-
download
(
bool
)
-
是否自定下载数据集文件。默认为
``
True
``
。
返回
:::::::::
VOC2012
数据集实例
代码示例
代码示例
:::::::::
..
code
-
block
::
python
...
...
@@ -44,4 +50,4 @@ VOC2012
image
,
label
=
model
(
image
,
label
)
print
(
image
.
numpy
().
shape
,
label
.
numpy
().
shape
)
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录