mirror of https://github.com/alibaba/EasyCV.git
7 lines
152 B
Python
7 lines
152 B
Python
|
_base_ = 'configs/base.py'
|
||
|
|
||
|
log_config = dict(
|
||
|
interval=10,
|
||
|
hooks=[dict(type='TextLoggerHook'),
|
||
|
dict(type='TensorboardLoggerHook')])
|