提交 c5c6bd7b 编写于 作者: X xuezhong

refine code

test=develop
上级 2857dac2
......@@ -294,7 +294,6 @@ class OpTest(unittest.TestCase):
# fetch_list = map(block.var, fetch_list)
if not isinstance(fetch_list[0], fluid.framework.Variable):
fetch_list = list(map(block.var, fetch_list))
#import pdb; pdb.set_trace()
outs = executor.run(program,
feed=feed_map,
fetch_list=fetch_list,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册