reduce repeat time of Predictor (#27011)

numel
Aurelius84 5 years ago committed by GitHub
parent 54427b8030
commit 695bfb0765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,7 +81,7 @@ class PredictorTools(object):
tensor.set_lod(feed_data.lod())
# ensure no diff in multiple repeat times
repeat_time = 10
repeat_time = 2
for i in range(repeat_time):
predictor.zero_copy_run()

Loading…
Cancel
Save