Created by: sneaxiy
The default value of exec_strategy.num_iteration_per_drop_scope
is 100 since #Paddle19075. But in detection models such as mask_rcnn_r101_fpn_1x.yml
, the garbages in scopes may be larger than 4G. This PR sets exec_strategy.num_iteration_per_drop_scope
to be 1 to avoid memory leak.