[Dy2stat] Decrease test_yolov3 GPU usage (#24955)

[Dy2stat] decrease the batch size to decrease GPU usage.
revert-24981-add_device_attr_for_regulization
Huihuang Zheng 6 years ago committed by GitHub
parent ff8ca52f88
commit 28d074e956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,7 +90,7 @@ cfg.ignore_thresh = .7
# SOLVER options
#
# batch size
cfg.batch_size = 8 if fluid.is_compiled_with_cuda() else 4
cfg.batch_size = 4
# derived learning rate the to get the final learning rate.
cfg.learning_rate = 0.001
# maximum number of iterations

Loading…
Cancel
Save