Mmdetection: [Feature request] Add Weights & Biases for logging

Created on 13 Oct 2019  路  4Comments  路  Source: open-mmlab/mmdetection

It would be nice to add an option to use wandb library for logging. https://www.wandb.com

During training, logs are uploaded to their website and one can monitor the training process from different machines online.

They have a pretty nice way to compare the results across different experiments.

I would say, it is a Tensorboard on steroids.

I find it very convenient and use it my ML pipelines.

It would be great to see it as a feature in MMdetection.

enhancement

Most helpful comment

Thanks. I will try to create Pull Request with this functionality.

All 4 comments

Interesting idea. We may add it in the future, and you can implement it first if this is an urgent feature request. It should not be hard. There have been some examples like TensorboardLoggerHook (used for tensorboard logging) and PaviLoggerHook (used for an internal web service just like Weights & Biases).

Thanks. I will try to create Pull Request with this functionality.

@hellock can the logger integrated in MMCV be used directly in MMDetection? Is there any docs for the same? Thanks!

Was this page helpful?
0 / 5 - 0 ratings