mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
10 lines
227 B
Python
10 lines
227 B
Python
_base_ = './yolox_s_8xb16_300e_coco.py'
|
|
|
|
# model settings
|
|
model = dict(model_type='l')
|
|
|
|
data = dict(imgs_per_gpu=8, workers_per_gpu=4)
|
|
|
|
optimizer = dict(
|
|
type='SGD', lr=0.01, momentum=0.9, weight_decay=5e-4, nesterov=True)
|