5 lines
71 B
Python
5 lines
71 B
Python
_base_ = './default.py'
|
|
OptimizationParams = dict(
|
|
batch_size=2,
|
|
|
|
) |