Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
book
提交
0eaf3f3a
B
book
项目概览
PaddlePaddle
/
book
通知
16
Star
4
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
40
列表
看板
标记
里程碑
合并请求
37
Wiki
5
Wiki
分析
仓库
DevOps
项目成员
Pages
B
book
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
40
Issue
40
列表
看板
标记
里程碑
合并请求
37
合并请求
37
Pages
分析
分析
仓库分析
DevOps
Wiki
5
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
0eaf3f3a
编写于
3月 08, 2017
作者:
H
helinwang
提交者:
GitHub
3月 08, 2017
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #146 from PaddlePaddle/refine_doc
Refine image classification doc
上级
9b786b57
3f1c5933
变更
4
展开全部
隐藏空白更改
内联
并排
Showing
4 changed file
with
276 addition
and
396 deletion
+276
-396
image_classification/README.en.md
image_classification/README.en.md
+136
-195
image_classification/README.md
image_classification/README.md
+2
-3
image_classification/index.en.html
image_classification/index.en.html
+136
-195
image_classification/index.html
image_classification/index.html
+2
-3
未找到文件。
image_classification/README.en.md
浏览文件 @
0eaf3f3a
此差异已折叠。
点击以展开。
image_classification/README.md
浏览文件 @
0eaf3f3a
...
@@ -402,10 +402,9 @@ def event_handler(event):
...
@@ -402,10 +402,9 @@ def event_handler(event):
sys
.
stdout
.
flush
()
sys
.
stdout
.
flush
()
if
isinstance
(
event
,
paddle
.
event
.
EndPass
):
if
isinstance
(
event
,
paddle
.
event
.
EndPass
):
result
=
trainer
.
test
(
result
=
trainer
.
test
(
reader
=
paddle
.
reader
.
batch
(
reader
=
paddle
.
batch
(
paddle
.
dataset
.
cifar
.
test10
(),
batch_size
=
128
),
paddle
.
dataset
.
cifar
.
test10
(),
batch_size
=
128
),
reader_dict
=
{
'image'
:
0
,
feeding
=
feeding
)
'label'
:
1
})
print
"
\n
Test with Pass %d, %s"
%
(
event
.
pass_id
,
result
.
metrics
)
print
"
\n
Test with Pass %d, %s"
%
(
event
.
pass_id
,
result
.
metrics
)
```
```
...
...
image_classification/index.en.html
浏览文件 @
0eaf3f3a
此差异已折叠。
点击以展开。
image_classification/index.html
浏览文件 @
0eaf3f3a
...
@@ -444,10 +444,9 @@ def event_handler(event):
...
@@ -444,10 +444,9 @@ def event_handler(event):
sys.stdout.flush()
sys.stdout.flush()
if isinstance(event, paddle.event.EndPass):
if isinstance(event, paddle.event.EndPass):
result = trainer.test(
result = trainer.test(
reader=paddle.
reader.
batch(
reader=paddle.batch(
paddle.dataset.cifar.test10(), batch_size=128),
paddle.dataset.cifar.test10(), batch_size=128),
reader_dict={'image': 0,
feeding=feeding)
'label': 1})
print "\nTest with Pass %d, %s" % (event.pass_id, result.metrics)
print "\nTest with Pass %d, %s" % (event.pass_id, result.metrics)
```
```
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录