boostcampaitech2 / object-detection-level2-cv-03

object-detection-level2-cv-03 created by GitHub Classroom
2 stars 8 forks source link

mm detection wandb config입니다. #6

Open larcane97 opened 2 years ago

larcane97 commented 2 years ago
log_config = dict(
    _delete_=True,
    interval=10,
    hooks=[
        dict(type='TextLoggerHook'),
        dict(
            type='WandbLoggerHook',
            init_kwargs=dict(
                project='P-stage2-detection',
                name=f'{MODEL_NAME}',
                entity='boostcampaitech2-object-detection-level2-cv-03'
                ))])