reduce epoch (#27661)

my_2.0rc
MRXLT 4 years ago committed by GitHub
parent 6363a3362b
commit 3baf561a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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))

Loading…
Cancel
Save