提交 a2175cfc 编写于 作者: W WangXi 提交者: gongweibao

Tmp fix fleet bug in py35 gcc8 CI, test=develop (#21703)

上级 227edfe9
......@@ -162,6 +162,13 @@ class TestDistRunnerBase(object):
if var.is_data
]
eprint("feed_var_list:", feed_var_list)
# tmp add this code to pass python35 gcc8 CI
# Fixme(gongweibao, wangxi), need fix fleet api program order
if feed_var_list[0].name == 'label':
feed_var_list = feed_var_list[::-1]
feeder = fluid.DataFeeder(feed_var_list, place)
reader_generator = train_reader()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册