Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
wux_labs
Tensorflow
提交
a3a6cbbe
T
Tensorflow
项目概览
wux_labs
/
Tensorflow
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Tensorflow
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
a3a6cbbe
编写于
6月 05, 2016
作者:
C
caisq
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #2676 from caisq/r0.9-ver
Replace assertEquals in graph_io_test; disable a session_bundle test
上级
21381afd
757f1cc6
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
5 addition
and
4 deletion
+5
-4
tensorflow/contrib/learn/python/learn/io/graph_io_test.py
tensorflow/contrib/learn/python/learn/io/graph_io_test.py
+4
-4
tensorflow/tools/ci_build/builds/test_installation.sh
tensorflow/tools/ci_build/builds/test_installation.sh
+1
-0
未找到文件。
tensorflow/contrib/learn/python/learn/io/graph_io_test.py
浏览文件 @
a3a6cbbe
...
@@ -118,8 +118,8 @@ class GraphIOTest(tf.test.TestCase):
...
@@ -118,8 +118,8 @@ class GraphIOTest(tf.test.TestCase):
_VALID_FILE_PATTERN
,
batch_size
,
features
,
randomize_input
=
False
,
_VALID_FILE_PATTERN
,
batch_size
,
features
,
randomize_input
=
False
,
queue_capacity
=
queue_capacity
,
reader_num_threads
=
2
,
queue_capacity
=
queue_capacity
,
reader_num_threads
=
2
,
parser_num_threads
=
2
,
name
=
name
)
parser_num_threads
=
2
,
name
=
name
)
self
.
assertEqual
s
(
"%s/parse_example_batch_join:0"
%
name
,
self
.
assertEqual
(
"%s/parse_example_batch_join:0"
%
name
,
features
[
"feature"
].
name
)
features
[
"feature"
].
name
)
file_name_queue_name
=
"%s/file_name_queue"
%
name
file_name_queue_name
=
"%s/file_name_queue"
%
name
file_names_name
=
"%s/input"
%
file_name_queue_name
file_names_name
=
"%s/input"
%
file_name_queue_name
example_queue_name
=
"%s/fifo_queue"
%
name
example_queue_name
=
"%s/fifo_queue"
%
name
...
@@ -147,7 +147,7 @@ class GraphIOTest(tf.test.TestCase):
...
@@ -147,7 +147,7 @@ class GraphIOTest(tf.test.TestCase):
reader
=
tf
.
TFRecordReader
,
randomize_input
=
True
,
reader
=
tf
.
TFRecordReader
,
randomize_input
=
True
,
num_epochs
=
1
,
num_epochs
=
1
,
queue_capacity
=
queue_capacity
,
name
=
name
)
queue_capacity
=
queue_capacity
,
name
=
name
)
self
.
assertEqual
s
(
"%s:0"
%
name
,
inputs
.
name
)
self
.
assertEqual
(
"%s:0"
%
name
,
inputs
.
name
)
file_name_queue_name
=
"%s/file_name_queue"
%
name
file_name_queue_name
=
"%s/file_name_queue"
%
name
file_name_queue_limit_name
=
(
file_name_queue_limit_name
=
(
"%s/limit_epochs/epochs"
%
file_name_queue_name
)
"%s/limit_epochs/epochs"
%
file_name_queue_name
)
...
@@ -176,7 +176,7 @@ class GraphIOTest(tf.test.TestCase):
...
@@ -176,7 +176,7 @@ class GraphIOTest(tf.test.TestCase):
_VALID_FILE_PATTERN
,
batch_size
,
_VALID_FILE_PATTERN
,
batch_size
,
reader
=
tf
.
TFRecordReader
,
randomize_input
=
True
,
reader
=
tf
.
TFRecordReader
,
randomize_input
=
True
,
queue_capacity
=
queue_capacity
,
name
=
name
)
queue_capacity
=
queue_capacity
,
name
=
name
)
self
.
assertEqual
s
(
"%s:0"
%
name
,
inputs
.
name
)
self
.
assertEqual
(
"%s:0"
%
name
,
inputs
.
name
)
file_name_queue_name
=
"%s/file_name_queue"
%
name
file_name_queue_name
=
"%s/file_name_queue"
%
name
file_names_name
=
"%s/input"
%
file_name_queue_name
file_names_name
=
"%s/input"
%
file_name_queue_name
example_queue_name
=
"%s/random_shuffle_queue"
%
name
example_queue_name
=
"%s/random_shuffle_queue"
%
name
...
...
tensorflow/tools/ci_build/builds/test_installation.sh
浏览文件 @
a3a6cbbe
...
@@ -85,6 +85,7 @@ PY_TEST_BLACKLIST="${PY_TEST_BLACKLIST}:"\
...
@@ -85,6 +85,7 @@ PY_TEST_BLACKLIST="${PY_TEST_BLACKLIST}:"\
"tensorflow/contrib/quantization/python/dequantize_op_test.py:"
\
"tensorflow/contrib/quantization/python/dequantize_op_test.py:"
\
"tensorflow/contrib/quantization/python/quantized_conv_ops_test.py:"
\
"tensorflow/contrib/quantization/python/quantized_conv_ops_test.py:"
\
"tensorflow/contrib/quantization/tools/quantize_graph_test.py:"
\
"tensorflow/contrib/quantization/tools/quantize_graph_test.py:"
\
"tensorflow/contrib/session_bundle/exporter_test.py:"
\
"tensorflow/python/platform/default/_resource_loader_test.py:"
\
"tensorflow/python/platform/default/_resource_loader_test.py:"
\
"tensorflow/python/platform/default/flags_test.py:"
\
"tensorflow/python/platform/default/flags_test.py:"
\
"tensorflow/python/platform/default/logging_test.py:"
\
"tensorflow/python/platform/default/logging_test.py:"
\
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录