IDEA-Research / detrex

detrex is a research platform for DETR-based object detection, segmentation, pose estimation and other visual recognition tasks.
https://detrex.readthedocs.io/en/latest/
Apache License 2.0
1.9k stars 199 forks source link

Fix wandb init #302

Closed ShenghaiRong closed 10 months ago

ShenghaiRong commented 10 months ago

The OmegaConf version in my environment is 2.1.0 and the wandb version is 0.15.8 When enable wandb, it encounters an error about the 'config' argument in wandb.init(). It seems that the initialization of wandb does not support DictConfig. I refer to the solution in https://docs.wandb.ai/guides/integrations/hydra#track-hyperparameters and modify the corresponding codes.

rentainhe commented 10 months ago

Thank u so much for fixing this