|
|
|
|
@ -118,6 +118,10 @@ train_reader = paddle.batch(
|
|
|
|
|
place = core.CPUPlace()
|
|
|
|
|
exe = Executor(place)
|
|
|
|
|
|
|
|
|
|
# fix https://github.com/PaddlePaddle/Paddle/issues/5434 then remove
|
|
|
|
|
# below exit line.
|
|
|
|
|
exit(0)
|
|
|
|
|
|
|
|
|
|
exe.run(startup_program, feed={}, fetch_list=[])
|
|
|
|
|
PASS_NUM = 100
|
|
|
|
|
for pass_id in range(PASS_NUM):
|
|
|
|
|
|