未验证 提交 3baf561a 编写于 作者: M MRXLT 提交者: GitHub

reduce epoch (#27661)

上级 6363a336
...@@ -76,7 +76,7 @@ class TestFleetGraphExecutionMetaOptimizer(unittest.TestCase): ...@@ -76,7 +76,7 @@ class TestFleetGraphExecutionMetaOptimizer(unittest.TestCase):
2, size=(128, 1)).astype('int64') 2, size=(128, 1)).astype('int64')
} }
for i in range(10): for i in range(5):
cost_val = exe.run(feed=gen_data(), fetch_list=[avg_cost.name]) cost_val = exe.run(feed=gen_data(), fetch_list=[avg_cost.name])
print("cost of step[{}] = {}".format(i, cost_val)) print("cost of step[{}] = {}".format(i, cost_val))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册