Skip to content

Commit

Permalink
Decrease test_parallel_executor_crf CI time, test=develop (PaddlePadd…
Browse files Browse the repository at this point in the history
…le#27212)

Decrease the number of running iterations to reduce CI time.

CI system shows it decreased the unittest time from about 90 seconds to about 30 seconds
  • Loading branch information
zhhsplendid authored Sep 10, 2020
1 parent cc3306f commit 40dd563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def check_network_convergence(self,
place=fluid.CPUPlace())

data = train_data()
for i in range(10):
for i in range(4):
cur_batch = next(data)
print(exe.run(train_cp,
feed=feeder.feed(cur_batch),
Expand Down

0 comments on commit 40dd563

Please sign in to comment.